#424772

Color #424772 Corn Flower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Flower Blue #424772

Tints of Corn Flower Blue #424772

Color information

#424772 (or 0x424772) is unknown color: approx Corn Flower Blue. HEX triplet: 42, 47 and 72. RGB value is (66,71,114). Sum of RGB (Red+Green+Blue) = 66+71+114=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 114 - color contains mainly: blue. Hex color #424772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424772 is #BDB88D. Grayscale: #4A4A4A. Windows color (decimal): -12433550 or 7489346. OLE color: 7489346.

HSL color Cylindrical-coordinate representation of color #424772: hue angle of 233.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #424772 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6671114-
CMYK0.420.3800.55
HSL233.75º26.67%35.29%-
HSV(B)233.75º42.11%44.71%-
XYZ7.546.8816.85-
YUV74.41150.34122-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 26.29%
GREEN value IS 71 (28.12% from 255) = 28.29%
BLUE value IS 114 (44.92% from 255) = 45.42%
R=26.29%
G=28.29%
B=45.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66711140.420.3800.55233.7526.6735.29
Hex4247722A26037ea1b23
Octal10210716252460673523343
Binary10000101000111111001010101010011001101111110101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424772; }

 p { color: rgb(66,71,114); }

 H1.HeaderClassName
 {
   color: #424772;
 }
 .AnyTagClassName
 {
   color: #424772;
 }
</style>
background-color css

<style>
 a { background-color: #424772; }

 a { background-color: rgb(66,71,114); }

 div.DivClassName
 {
   background-color: #424772;
 }
 .BgClassName
 {
   background-color: #424772;
 }
</style>
border-color css

<style>
 span { border-color: #424772; }

 span { border-color: rgb(66,71,114); }

 td.TdClassName
 {
   border-color: #424772;
 }
 .TagClassName
 {
   border-color: #424772;
 }
</style>