#42406D

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

Shades of Corn Flower Blue #42406D

Tints of Corn Flower Blue #42406D

Color information

#42406D (or 0x42406D) is unknown color: approx Corn Flower Blue. HEX triplet: 42, 40 and 6D. RGB value is (66,64,109). Sum of RGB (Red+Green+Blue) = 66+64+109=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 109 - color contains mainly: blue. Hex color #42406D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42406D is #BDBF92. Grayscale: #454545. Windows color (decimal): -12435347 or 7159874. OLE color: 7159874.

HSL color Cylindrical-coordinate representation of color #42406D: hue angle of 242.67º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #42406D is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6664109-
CMYK0.390.4100.57
HSL242.67º26.01%33.92%-
HSV(B)242.67º41.28%42.75%-
XYZ6.845.9315.25-
YUV69.73150.16125.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.62%
GREEN value IS 64 (25.39% from 255) = 26.78%
BLUE value IS 109 (42.97% from 255) = 45.61%
R=27.62%
G=26.78%
B=45.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66641090.390.4100.57242.6726.0133.92
Hex42406D2729039f31a22
Octal10210015547510713633242
Binary10000101000000110110110011110100101110011111001111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42406D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42406D; }

 p { color: rgb(66,64,109); }

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

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

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

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

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

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

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