#42406C

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

Shades of Corn Flower Blue #42406C

Tints of Corn Flower Blue #42406C

Color information

#42406C (or 0x42406C) is unknown color: approx Corn Flower Blue. HEX triplet: 42, 40 and 6C. RGB value is (66,64,108). Sum of RGB (Red+Green+Blue) = 66+64+108=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 108 - color contains mainly: blue. Hex color #42406C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42406C is #BDBF93. Grayscale: #454545. Windows color (decimal): -12435348 or 7094338. OLE color: 7094338.

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

Color convert

RGB6664108-
CMYK0.390.4100.58
HSL242.73º25.58%33.73%-
HSV(B)242.73º40.74%42.35%-
XYZ6.795.9114.97-
YUV69.61149.66125.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.73%
GREEN value IS 64 (25.39% from 255) = 26.89%
BLUE value IS 108 (42.58% from 255) = 45.38%
R=27.73%
G=26.89%
B=45.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66641080.390.4100.58242.7325.5833.73
Hex42406C272903Af31a22
Octal10210015447510723633242
Binary10000101000000110110010011110100101110101111001111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42406C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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