#42426B

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

Shades of Corn Flower Blue #42426B

Tints of Corn Flower Blue #42426B

Color information

#42426B (or 0x42426B) is unknown color: approx Corn Flower Blue. HEX triplet: 42, 42 and 6B. RGB value is (66,66,107). Sum of RGB (Red+Green+Blue) = 66+66+107=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 107 (42.19% from 255 or 44.77% from 239); Max value from RGB is 107 - color contains mainly: blue. Hex color #42426B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42426B is #BDBD94. Grayscale: #464646. Windows color (decimal): -12434837 or 7029314. OLE color: 7029314.

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

Color convert

RGB6666107-
CMYK0.380.3800.58
HSL240º23.7%33.92%-
HSV(B)240º38.32%41.96%-
XYZ6.856.1214.73-
YUV70.67148.5124.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.62%
GREEN value IS 66 (26.17% from 255) = 27.62%
BLUE value IS 107 (42.19% from 255) = 44.77%
R=27.62%
G=27.62%
B=44.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66661070.380.3800.5824023.733.92
Hex42426B262603Af01822
Octal10210215346460723603042
Binary10000101000010110101110011010011001110101111000011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42426B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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