COLOR #424B6C

HEX: #424B6C
RGB: (66,75,108)

Color info

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

RGB color model

#424B6C color RGB value is (66,75,108).

  • red value is 66;
  • green value is 75;
  • blue value is 108.
RGB:
(66,75,108)
(26%,29%,42%)

RGB channels and saturation

R 66 of 255 = 26%
G 75 of 255 = 29%
B 108 of 255 = 42%

66
75
108

R + G + B ~ 32%. #424B6C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 75 + 108 = 249 (100%)
R 66 of 249 ~ 26.51%
G 75 of 249 ~ 30.12%
B 108 of 249 ~ 43.37%

%26.51
%30.12
%43.37

CMYK color model

#424B6C color CMYK value is (39,31,0,58).

  • cyan value is 38.89%
  • magenta value is 30.56%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(39,31,0,58)
C39M31Y0K58 
(39%,31%,0%,58%)
(0.39/0.31/0.00/0.58)	

CMYK percentages

%38.89
%30.56
%0
%57.65

Codes

Color #424B6C in popluar color models

424B6C
RGB6675108
HSL227°24.14%34.12%
HSB/HSV227°38.89%42.35%
CMYK38.89%30.56%0.00%
57.65%

Color #424B6C in popluar number systems.

HEX424B6C
Decimal6675108
Binary100001010010111101100
Octal102113154

Shades and tints

Shades of #424B6C

#424B6C
(66,75,108)
#3C4563
(60,69,99)
#363F5A
(54,63,90)
#303951
(48,57,81)
#2A3348
(42,51,72)
#242D3F
(36,45,63)
#1E2736
(30,39,54)
#18212D
(24,33,45)
#121B24
(18,27,36)
#0C151B
(12,21,27)
#060F12
(6,15,18)
#000000
(0,0,0)

Tints of #424B6C

#424B6C
(66,75,108)
#535B79
(83,91,121)
#646B86
(100,107,134)
#757B93
(117,123,147)
#868BA0
(134,139,160)
#979BAD
(151,155,173)
#A8ABBA
(168,171,186)
#B9BBC7
(185,187,199)
#CACBD4
(202,203,212)
#DBDBE1
(219,219,225)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424B6C; }

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

This text font color is #424B6C.


Background Color

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

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

This div background color is #424B6C.


Border color

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

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

This div border color is #424B6C.


Opacity

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

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

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

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

This text has shadow with #424B6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424B6C on black background.


Color preview on white background

This text has color #424B6C on white background.



Black color preview on #424B6C background

This text has black color on #424B6C background.


White color preview on #424B6C background

This text has white color on #424B6C background.