COLOR #424973

HEX: #424973
RGB: (66,73,115)

Color info

#424973 contains red, green and blue colors in about the same proportion. Web safe color of #424973 is #333366 (or #336).

RGB color model

#424973 color RGB value is (66,73,115).

  • red value is 66;
  • green value is 73;
  • blue value is 115.
RGB:
(66,73,115)
(26%,29%,45%)

RGB channels and saturation

R 66 of 255 = 26%
G 73 of 255 = 29%
B 115 of 255 = 45%

66
73
115

R + G + B ~ 33%. #424973 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 73 + 115 = 254 (100%)
R 66 of 254 ~ 25.98%
G 73 of 254 ~ 28.74%
B 115 of 254 ~ 45.28%

%25.98
%28.74
%45.28

CMYK color model

#424973 color CMYK value is (43,37,0,55).

  • cyan value is 42.61%
  • magenta value is 36.52%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(43,37,0,55)
C43M37Y0K55 
(43%,37%,0%,55%)
(0.43/0.37/0.00/0.55)	

CMYK percentages

%42.61
%36.52
%0
%54.9

Codes

Color #424973 in popluar color models

424973
RGB6673115
HSL231°27.07%35.49%
HSB/HSV231°42.61%45.10%
CMYK42.61%36.52%0.00%
54.90%

Color #424973 in popluar number systems.

HEX424973
Decimal6673115
Binary100001010010011110011
Octal102111163

Shades and tints

Shades of #424973

#424973
(66,73,115)
#3C4369
(60,67,105)
#363D5F
(54,61,95)
#303755
(48,55,85)
#2A314B
(42,49,75)
#242B41
(36,43,65)
#1E2537
(30,37,55)
#181F2D
(24,31,45)
#121923
(18,25,35)
#0C1319
(12,19,25)
#060D0F
(6,13,15)
#000000
(0,0,0)

Tints of #424973

#424973
(66,73,115)
#53597F
(83,89,127)
#64698B
(100,105,139)
#757997
(117,121,151)
#8689A3
(134,137,163)
#9799AF
(151,153,175)
#A8A9BB
(168,169,187)
#B9B9C7
(185,185,199)
#CAC9D3
(202,201,211)
#DBD9DF
(219,217,223)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424973 color. Also use rgb(66,73,115) instead hex code.

Text Font Color

.myTextColor { color: #424973; }

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

This text font color is #424973.


Background Color

.myBgColor { background-color: #424973; }

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

This div background color is #424973.


Border color

.myBorderColor { border: 1px solid #424973; }

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

This div border color is #424973.


Opacity

.myOpacity80 { color: #424973; opacity: 0.8; }

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

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

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

This text has shadow with #424973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424973 on black background.


Color preview on white background

This text has color #424973 on white background.



Black color preview on #424973 background

This text has black color on #424973 background.


White color preview on #424973 background

This text has white color on #424973 background.