COLOR #424B74

HEX: #424B74 RGB: (66,75,116)

Color info

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

RGB color model

#424B74 color RGB value is (66,75,116).

RGB: (66,75,116) (26%, 29%, 45%)

RGB channels and saturation

R 66 of 255 = 26%
G 75 of 255 = 29%
B 116 of 255 = 45%

66
75
116

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

Portions of RGB colors in percentages

R + G + B = 66 + 75 + 116 = 257 (100%)
R 66 of 257 ~ 25.68%
G 75 of 257 ~ 29.18%
B 116 of 257 ~ 45.14'%

%25.68
%29.18
%45.14

CMYK color model

#424B74 color CMYK value is (43,35,0,55).

  • cyan value is 43.10%
  • magenta value is 35.34%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (43,35,0,55)
C43M35Y0K55 (43%, 35%, 0%, 55%)
(0.43 / 0.35 / 0.00 / 0.55)

CMYK percentages

%43.1
%35.34
%0
%54.51

Codes

Color #424B74 in popluar color models

42 4B 74
RGB 66 75 116
HSL 229° 27.47% 35.69%
HSB/HSV 229° 43.10% 45.49%
CMYK 43.10% 35.34% 0.00%
54.51%

Color #424B74 in popluar number systems.

HEX 42 4B 74
Decimal 66 75 116
Binary 1000010 1001011 1110100
Octal 102 113 164

Shades and tints

Shades of #424B74

#424B74
(66,75,116)
#3C456A
(60,69,106)
#363F60
(54,63,96)
#303956
(48,57,86)
#2A334C
(42,51,76)
#242D42
(36,45,66)
#1E2738
(30,39,56)
#18212E
(24,33,46)
#121B24
(18,27,36)
#0C151A
(12,21,26)
#060F10
(6,15,16)
#000000
(0,0,0)

Tints of #424B74

#424B74
(66,75,116)
#535B80
(83,91,128)
#646B8C
(100,107,140)
#757B98
(117,123,152)
#868BA4
(134,139,164)
#979BB0
(151,155,176)
#A8ABBC
(168,171,188)
#B9BBC8
(185,187,200)
#CACBD4
(202,203,212)
#DBDBE0
(219,219,224)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424B74 color. Also use rgb(66,75,116) instead hex code.

Text Font Color

.myTextColor { color: #424B74; }

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

This text font color is #424B74.

Background Color

.myBgColor { background-color: #424B74; }

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

This div background color is #424B74.

Border color

.myBorderColor { border: 1px solid #424B74; }

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

This div border color is #424B74.

Opacity

.myOpacity80 { color: #424B74; opacity: 0.8; }

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

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

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

This text has shadow with #424B74 color.


.textShadow {text-shadow: 3px 3px 1px #424B74', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #424B74; -webkit-box-shadow: 1px 1px 3px 2px #424B74; box-shadow:1px 1px 3px 2px #424B74;">
Div content here
</div>

This div box has shadow with color #424B74.

Preview

Color preview on black background

This text has color #424B74 on black background.


Color preview on white background

This text has color #424B74 on white background.


Black color preview on #424B74 background

This text has black color on #424B74 background.


White color preview on #424B74 background

This text has white color on #424B74 background.


Related colors

Complementary color

Complementary color for #hex is #BDB48B.


I love getcolorcode.com

Triadic colors

1 #74424B and #4B7442 with #424B74 are triadic colors.

2 #744B42 and #4B4274 with #424B74 are triadic colors.