COLOR #4A6675

HEX: #4A6675
RGB: (74,102,117)

Color info

#4A6675 contains red, green and blue colors in about the same proportion. Web safe color of #4A6675 is #336666 (or #366).

RGB color model

#4A6675 color RGB value is (74,102,117).

  • red value is 74;
  • green value is 102;
  • blue value is 117.
RGB:
(74,102,117)
(29%,40%,46%)

RGB channels and saturation

R 74 of 255 = 29%
G 102 of 255 = 40%
B 117 of 255 = 46%

74
102
117

R + G + B ~ 38%. #4A6675 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 102 + 117 = 293 (100%)
R 74 of 293 ~ 25.26%
G 102 of 293 ~ 34.81%
B 117 of 293 ~ 39.93%

%25.26
%34.81
%39.93

CMYK color model

#4A6675 color CMYK value is (37,13,0,54).

  • cyan value is 36.75%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(37,13,0,54)
C37M13Y0K54 
(37%,13%,0%,54%)
(0.37/0.13/0.00/0.54)	

CMYK percentages

%36.75
%12.82
%0
%54.12

Codes

Color #4A6675 in popluar color models

4A6675
RGB74102117
HSL201°22.51%37.45%
HSB/HSV201°36.75%45.88%
CMYK36.75%12.82%0.00%
54.12%

Color #4A6675 in popluar number systems.

HEX4A6675
Decimal74102117
Binary100101011001101110101
Octal112146165

Shades and tints

Shades of #4A6675

#4A6675
(74,102,117)
#445D6B
(68,93,107)
#3E5461
(62,84,97)
#384B57
(56,75,87)
#32424D
(50,66,77)
#2C3943
(44,57,67)
#263039
(38,48,57)
#20272F
(32,39,47)
#1A1E25
(26,30,37)
#14151B
(20,21,27)
#0E0C11
(14,12,17)
#000000
(0,0,0)

Tints of #4A6675

#4A6675
(74,102,117)
#5A7381
(90,115,129)
#6A808D
(106,128,141)
#7A8D99
(122,141,153)
#8A9AA5
(138,154,165)
#9AA7B1
(154,167,177)
#AAB4BD
(170,180,189)
#BAC1C9
(186,193,201)
#CACED5
(202,206,213)
#DADBE1
(218,219,225)
#EAE8ED
(234,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6675 color. Also use rgb(74,102,117) instead hex code.

Text Font Color

.myTextColor { color: #4A6675; }

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

This text font color is #4A6675.


Background Color

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

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

This div background color is #4A6675.


Border color

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

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

This div border color is #4A6675.


Opacity

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

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

Text with #4A6675 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 #4A6675;}

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

This text has shadow with #4A6675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6675 on black background.


Color preview on white background

This text has color #4A6675 on white background.



Black color preview on #4A6675 background

This text has black color on #4A6675 background.


White color preview on #4A6675 background

This text has white color on #4A6675 background.