#424575

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

Shades of Corn Flower Blue #424575

Tints of Corn Flower Blue #424575

Color information

#424575 (or 0x424575) is unknown color: approx Corn Flower Blue. HEX triplet: 42, 45 and 75. RGB value is (66,69,117). Sum of RGB (Red+Green+Blue) = 66+69+117=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 117 - color contains mainly: blue. Hex color #424575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424575 is #BDBA8A. Grayscale: #494949. Windows color (decimal): -12434059 or 7685442. OLE color: 7685442.

HSL color Cylindrical-coordinate representation of color #424575: hue angle of 236.47º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #424575 is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6669117-
CMYK0.440.4100.54
HSL236.47º27.87%35.88%-
HSV(B)236.47º43.59%45.88%-
XYZ7.596.717.72-
YUV73.57152.51122.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.19%
GREEN value IS 69 (27.34% from 255) = 27.38%
BLUE value IS 117 (46.09% from 255) = 46.43%
R=26.19%
G=27.38%
B=46.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66691170.440.4100.54236.4727.8735.88
Hex4245752C29036ec1c24
Octal10210516554510663543444
Binary10000101000101111010110110010100101101101110110011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424575; }

 p { color: rgb(66,69,117); }

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

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

 a { background-color: rgb(66,69,117); }

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

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

 span { border-color: rgb(66,69,117); }

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