#424472

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

Shades of Corn Flower Blue #424472

Tints of Corn Flower Blue #424472

Color information

#424472 (or 0x424472) is unknown color: approx Corn Flower Blue. HEX triplet: 42, 44 and 72. RGB value is (66,68,114). Sum of RGB (Red+Green+Blue) = 66+68+114=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 114 - color contains mainly: blue. Hex color #424472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424472 is #BDBB8D. Grayscale: #484848. Windows color (decimal): -12434318 or 7488578. OLE color: 7488578.

HSL color Cylindrical-coordinate representation of color #424472: hue angle of 237.5º 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 #424472 is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6668114-
CMYK0.420.4000.55
HSL237.5º26.67%35.29%-
HSV(B)237.5º42.11%44.71%-
XYZ7.356.5116.79-
YUV72.65151.34123.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.61%
GREEN value IS 68 (26.95% from 255) = 27.42%
BLUE value IS 114 (44.92% from 255) = 45.97%
R=26.61%
G=27.42%
B=45.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66681140.420.4000.55237.526.6735.29
Hex4244722A28037ee1b23
Octal10210416252500673563343
Binary10000101000100111001010101010100001101111110111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424472; }

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

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

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

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

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

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

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

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