#42426A

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

Shades of Corn Flower Blue #42426A

Tints of Corn Flower Blue #42426A

Color information

#42426A (or 0x42426A) is unknown color: approx Corn Flower Blue. HEX triplet: 42, 42 and 6A. RGB value is (66,66,106). Sum of RGB (Red+Green+Blue) = 66+66+106=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 106 (41.80% from 255 or 44.54% from 238); Max value from RGB is 106 - color contains mainly: blue. Hex color #42426A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42426A is #BDBD95. Grayscale: #464646. Windows color (decimal): -12434838 or 6963778. OLE color: 6963778.

HSL color Cylindrical-coordinate representation of color #42426A: hue angle of 240º degrees, saturation: 0.23, 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 #42426A is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6666106-
CMYK0.380.3800.58
HSL240º23.26%33.73%-
HSV(B)240º37.74%41.57%-
XYZ6.86.114.45-
YUV70.56148124.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.73%
GREEN value IS 66 (26.17% from 255) = 27.73%
BLUE value IS 106 (41.80% from 255) = 44.54%
R=27.73%
G=27.73%
B=44.54%

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
Decimal66661060.380.3800.5824023.2633.73
Hex42426A262603Af01722
Octal10210215246460723602742
Binary10000101000010110101010011010011001110101111000010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42426A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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