#42426D

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

Shades of Corn Flower Blue #42426D

Tints of Corn Flower Blue #42426D

Color information

#42426D (or 0x42426D) is unknown color: approx Corn Flower Blue. HEX triplet: 42, 42 and 6D. RGB value is (66,66,109). Sum of RGB (Red+Green+Blue) = 66+66+109=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 109 - color contains mainly: blue. Hex color #42426D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42426D is #BDBD92. Grayscale: #464646. Windows color (decimal): -12434835 or 7160386. OLE color: 7160386.

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

Color convert

RGB6666109-
CMYK0.390.3900.57
HSL240º24.57%34.31%-
HSV(B)240º39.45%42.75%-
XYZ6.966.1615.29-
YUV70.9149.5124.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.39%
GREEN value IS 66 (26.17% from 255) = 27.39%
BLUE value IS 109 (42.97% from 255) = 45.23%
R=27.39%
G=27.39%
B=45.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66661090.390.3900.5724024.5734.31
Hex42426D2727039f01922
Octal10210215547470713603142
Binary10000101000010110110110011110011101110011111000011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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