COLOR #4A5867

HEX: #4A5867
RGB: (74,88,103)

Color info

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

RGB color model

#4A5867 color RGB value is (74,88,103).

  • red value is 74;
  • green value is 88;
  • blue value is 103.
RGB:
(74,88,103)
(29%,35%,40%)

RGB channels and saturation

R 74 of 255 = 29%
G 88 of 255 = 35%
B 103 of 255 = 40%

74
88
103

R + G + B ~ 35%. #4A5867 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 88 + 103 = 265 (100%)
R 74 of 265 ~ 27.92%
G 88 of 265 ~ 33.21%
B 103 of 265 ~ 38.87%

%27.92
%33.21
%38.87

CMYK color model

#4A5867 color CMYK value is (28,15,0,60).

  • cyan value is 28.16%
  • magenta value is 14.56%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(28,15,0,60)
C28M15Y0K60 
(28%,15%,0%,60%)
(0.28/0.15/0.00/0.60)	

CMYK percentages

%28.16
%14.56
%0
%59.61

Codes

Color #4A5867 in popluar color models

4A5867
RGB7488103
HSL211°16.38%34.71%
HSB/HSV211°28.16%40.39%
CMYK28.16%14.56%0.00%
59.61%

Color #4A5867 in popluar number systems.

HEX4A5867
Decimal7488103
Binary100101010110001100111
Octal112130147

Shades and tints

Shades of #4A5867

#4A5867
(74,88,103)
#44505E
(68,80,94)
#3E4855
(62,72,85)
#38404C
(56,64,76)
#323843
(50,56,67)
#2C303A
(44,48,58)
#262831
(38,40,49)
#202028
(32,32,40)
#1A181F
(26,24,31)
#141016
(20,16,22)
#0E080D
(14,8,13)
#000000
(0,0,0)

Tints of #4A5867

#4A5867
(74,88,103)
#5A6774
(90,103,116)
#6A7681
(106,118,129)
#7A858E
(122,133,142)
#8A949B
(138,148,155)
#9AA3A8
(154,163,168)
#AAB2B5
(170,178,181)
#BAC1C2
(186,193,194)
#CAD0CF
(202,208,207)
#DADFDC
(218,223,220)
#EAEEE9
(234,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5867 color. Also use rgb(74,88,103) instead hex code.

Text Font Color

.myTextColor { color: #4A5867; }

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

This text font color is #4A5867.


Background Color

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

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

This div background color is #4A5867.


Border color

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

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

This div border color is #4A5867.


Opacity

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

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

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

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

This text has shadow with #4A5867 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5867 on black background.


Color preview on white background

This text has color #4A5867 on white background.



Black color preview on #4A5867 background

This text has black color on #4A5867 background.


White color preview on #4A5867 background

This text has white color on #4A5867 background.