COLOR #424F7F

HEX: #424F7F
RGB: (66,79,127)

Color info

#424F7F contains mainly green and blue colors. Web safe color of #424F7F is #336666 (or #366).

RGB color model

#424F7F color RGB value is (66,79,127).

  • red value is 66;
  • green value is 79;
  • blue value is 127.
RGB:
(66,79,127)
(26%,31%,50%)

RGB channels and saturation

R 66 of 255 = 26%
G 79 of 255 = 31%
B 127 of 255 = 50%

66
79
127

R + G + B ~ 36%. #424F7F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 79 + 127 = 272 (100%)
R 66 of 272 ~ 24.26%
G 79 of 272 ~ 29.04%
B 127 of 272 ~ 46.69%

%24.26
%29.04
%46.69

CMYK color model

#424F7F color CMYK value is (48,38,0,50).

  • cyan value is 48.03%
  • magenta value is 37.80%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(48,38,0,50)
C48M38Y0K50 
(48%,38%,0%,50%)
(0.48/0.38/0.00/0.50)	

CMYK percentages

%48.03
%37.8
%0
%50.2

Codes

Color #424F7F in popluar color models

424F7F
RGB6679127
HSL227°31.61%37.84%
HSB/HSV227°48.03%49.80%
CMYK48.03%37.80%0.00%
50.20%

Color #424F7F in popluar number systems.

HEX424F7F
Decimal6679127
Binary100001010011111111111
Octal102117177

Shades and tints

Shades of #424F7F

#424F7F
(66,79,127)
#3C4874
(60,72,116)
#364169
(54,65,105)
#303A5E
(48,58,94)
#2A3353
(42,51,83)
#242C48
(36,44,72)
#1E253D
(30,37,61)
#181E32
(24,30,50)
#121727
(18,23,39)
#0C101C
(12,16,28)
#060911
(6,9,17)
#000000
(0,0,0)

Tints of #424F7F

#424F7F
(66,79,127)
#535F8A
(83,95,138)
#646F95
(100,111,149)
#757FA0
(117,127,160)
#868FAB
(134,143,171)
#979FB6
(151,159,182)
#A8AFC1
(168,175,193)
#B9BFCC
(185,191,204)
#CACFD7
(202,207,215)
#DBDFE2
(219,223,226)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424F7F color. Also use rgb(66,79,127) instead hex code.

Text Font Color

.myTextColor { color: #424F7F; }

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

This text font color is #424F7F.


Background Color

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

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

This div background color is #424F7F.


Border color

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

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

This div border color is #424F7F.


Opacity

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

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

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

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

This text has shadow with #424F7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424F7F on black background.


Color preview on white background

This text has color #424F7F on white background.



Black color preview on #424F7F background

This text has black color on #424F7F background.


White color preview on #424F7F background

This text has white color on #424F7F background.