#40426C

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

Shades of Corn Flower Blue #40426C

Tints of Corn Flower Blue #40426C

Color information

#40426C (or 0x40426C) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 42 and 6C. RGB value is (64,66,108). Sum of RGB (Red+Green+Blue) = 64+66+108=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 66 (26.17% from 255 or 27.73% 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 #40426C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40426C is #BFBD93. Grayscale: #464646. Windows color (decimal): -12565908 or 7094848. OLE color: 7094848.

HSL color Cylindrical-coordinate representation of color #40426C: hue angle of 237.27º 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 #40426C is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6466108-
CMYK0.410.3900.58
HSL237.27º25.58%33.73%-
HSV(B)237.27º40.74%42.35%-
XYZ6.776.0715-
YUV70.19149.34123.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64661080.410.3900.58237.2725.5833.73
Hex40426C292703Aed1a22
Octal10010215451470723553242
Binary10000001000010110110010100110011101110101110110111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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