COLOR #4A6192

HEX: #4A6192
RGB: (74,97,146)

Color info

#4A6192 contains mainly green and blue colors. Web safe color of #4A6192 is #336699 (or #369).

RGB color model

#4A6192 color RGB value is (74,97,146).

  • red value is 74;
  • green value is 97;
  • blue value is 146.
RGB:
(74,97,146)
(29%,38%,57%)

RGB channels and saturation

R 74 of 255 = 29%
G 97 of 255 = 38%
B 146 of 255 = 57%

74
97
146

R + G + B ~ 41%. #4A6192 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
74 + 97 + 146 = 317 (100%)
R 74 of 317 ~ 23.34%
G 97 of 317 ~ 30.6%
B 146 of 317 ~ 46.06%

%23.34
%30.6
%46.06

CMYK color model

#4A6192 color CMYK value is (49,34,0,43).

  • cyan value is 49.32%
  • magenta value is 33.56%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(49,34,0,43)
C49M34Y0K43 
(49%,34%,0%,43%)
(0.49/0.34/0.00/0.43)	

CMYK percentages

%49.32
%33.56
%0
%42.75

Codes

Color #4A6192 in popluar color models

4A6192
RGB7497146
HSL221°32.73%43.14%
HSB/HSV221°49.32%57.25%
CMYK49.32%33.56%0.00%
42.75%

Color #4A6192 in popluar number systems.

HEX4A6192
Decimal7497146
Binary1001010110000110010010
Octal112141222

Shades and tints

Shades of #4A6192

#4A6192
(74,97,146)
#445985
(68,89,133)
#3E5178
(62,81,120)
#38496B
(56,73,107)
#32415E
(50,65,94)
#2C3951
(44,57,81)
#263144
(38,49,68)
#202937
(32,41,55)
#1A212A
(26,33,42)
#14191D
(20,25,29)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #4A6192

#4A6192
(74,97,146)
#5A6F9B
(90,111,155)
#6A7DA4
(106,125,164)
#7A8BAD
(122,139,173)
#8A99B6
(138,153,182)
#9AA7BF
(154,167,191)
#AAB5C8
(170,181,200)
#BAC3D1
(186,195,209)
#CAD1DA
(202,209,218)
#DADFE3
(218,223,227)
#EAEDEC
(234,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6192 color. Also use rgb(74,97,146) instead hex code.

Text Font Color

.myTextColor { color: #4A6192; }

<p style="color:#4A6192">This sample text font color is #4A6192.</p>

This text font color is #4A6192.


Background Color

.myBgColor { background-color: #4A6192; }

<div style="background-color:#4A6192">Inner text</div>

This div background color is #4A6192.


Border color

.myBorderColor { border: 1px solid #4A6192; }

<div style="border:3px solid #4A6192">Div</div>

This div border color is #4A6192.


Opacity

.myOpacity80 { color: #4A6192; opacity: 0.8; }

<p style="color:#4A6192;opacity:0.8;">80%</p>

Text with #4A6192 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #4A6192;}

<p style="text-shadow: 3px 3px 1px #4A6192">Text here.</p>

This text has shadow with #4A6192 color.

.textShadow {text-shadow: 3px 3px 1px #4A6192, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #4A6192, 5px 5px 20px red">Text here.</p>

This text has shadow with #4A6192 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4A6192, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#4A6192, Direction=45, Strength=4)">Text</p>

This text has shadow with #4A6192 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #4A6192;
  -webkit-box-shadow:	1px 1px 3px 2px #4A6192;
  box-shadow:		1px 1px 3px 2px #4A6192;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4A6192;
-webkit-box-shadow: 1px 1px 3px 2px #4A6192;
box-shadow:1px 1px 3px 2px #4A6192;">
Div content here</div>
This div box has shadow with color #4A6192.

Preview

Color preview on black background

This text has color #4A6192 on black background.


Color preview on white background

This text has color #4A6192 on white background.



Black color preview on #4A6192 background

This text has black color on #4A6192 background.


White color preview on #4A6192 background

This text has white color on #4A6192 background.