COLOR #424988

HEX: #424988
RGB: (66,73,136)

Color info

#424988 contains mainly blue color. Web safe color of #424988 is #333399 (or #339).

RGB color model

#424988 color RGB value is (66,73,136).

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

RGB channels and saturation

R 66 of 255 = 26%
G 73 of 255 = 29%
B 136 of 255 = 53%

66
73
136

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

Portions of RGB colors in percentages

R + G + B =
66 + 73 + 136 = 275 (100%)
R 66 of 275 ~ 24%
G 73 of 275 ~ 26.55%
B 136 of 275 ~ 49.45%

%24
%26.55
%49.45

CMYK color model

#424988 color CMYK value is (51,46,0,47).

  • cyan value is 51.47%
  • magenta value is 46.32%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(51,46,0,47)
C51M46Y0K47 
(51%,46%,0%,47%)
(0.51/0.46/0.00/0.47)	

CMYK percentages

%51.47
%46.32
%0
%46.67

Codes

Color #424988 in popluar color models

424988
RGB6673136
HSL234°34.65%39.61%
HSB/HSV234°51.47%53.33%
CMYK51.47%46.32%0.00%
46.67%

Color #424988 in popluar number systems.

HEX424988
Decimal6673136
Binary1000010100100110001000
Octal102111210

Shades and tints

Shades of #424988

#424988
(66,73,136)
#3C437C
(60,67,124)
#363D70
(54,61,112)
#303764
(48,55,100)
#2A3158
(42,49,88)
#242B4C
(36,43,76)
#1E2540
(30,37,64)
#181F34
(24,31,52)
#121928
(18,25,40)
#0C131C
(12,19,28)
#060D10
(6,13,16)
#000000
(0,0,0)

Tints of #424988

#424988
(66,73,136)
#535992
(83,89,146)
#64699C
(100,105,156)
#7579A6
(117,121,166)
#8689B0
(134,137,176)
#9799BA
(151,153,186)
#A8A9C4
(168,169,196)
#B9B9CE
(185,185,206)
#CAC9D8
(202,201,216)
#DBD9E2
(219,217,226)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424988; }

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

This text font color is #424988.


Background Color

.myBgColor { background-color: #424988; }

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

This div background color is #424988.


Border color

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

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

This div border color is #424988.


Opacity

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

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

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

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

This text has shadow with #424988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424988 on black background.


Color preview on white background

This text has color #424988 on white background.



Black color preview on #424988 background

This text has black color on #424988 background.


White color preview on #424988 background

This text has white color on #424988 background.