#424276

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

Shades of Corn Flower Blue #424276

Tints of Corn Flower Blue #424276

Color information

#424276 (or 0x424276) is unknown color: approx Corn Flower Blue. HEX triplet: 42, 42 and 76. RGB value is (66,66,118). Sum of RGB (Red+Green+Blue) = 66+66+118=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #424276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424276 is #BDBD89. Grayscale: #474747. Windows color (decimal): -12434826 or 7750210. OLE color: 7750210.

HSL color Cylindrical-coordinate representation of color #424276: hue angle of 240º 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 #424276 is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6666118-
CMYK0.440.4400.54
HSL240º28.26%36.08%-
HSV(B)240º44.07%46.27%-
XYZ7.466.3617.97-
YUV71.93154123.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.4%
GREEN value IS 66 (26.17% from 255) = 26.4%
BLUE value IS 118 (46.48% from 255) = 47.2%
R=26.4%
G=26.4%
B=47.2%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66661180.440.4400.5424028.2636.08
Hex4242762C2C036f01c24
Octal10210216654540663603444
Binary10000101000010111011010110010110001101101111000011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424276; }

 p { color: rgb(66,66,118); }

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

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

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

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

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

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

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