#45426A

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

Shades of Corn Flower Blue #45426A

Tints of Corn Flower Blue #45426A

Color information

#45426A (or 0x45426A) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 42 and 6A. RGB value is (69,66,106). Sum of RGB (Red+Green+Blue) = 69+66+106=241 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.63% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 106 (41.80% from 255 or 43.98% from 241); Max value from RGB is 106 - color contains mainly: blue. Hex color #45426A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45426A is #BABD95. Grayscale: #474747. Windows color (decimal): -12238230 or 6963781. OLE color: 6963781.

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

Color convert

RGB6966106-
CMYK0.350.3800.58
HSL244.5º23.26%33.73%-
HSV(B)244.5º37.74%41.57%-
XYZ76.214.46-
YUV71.46147.49126.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.63%
GREEN value IS 66 (26.17% from 255) = 27.39%
BLUE value IS 106 (41.80% from 255) = 43.98%
R=28.63%
G=27.39%
B=43.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69661060.350.3800.58244.523.2633.73
Hex45426A232603Af41722
Octal10510215243460723642742
Binary10001011000010110101010001110011001110101111010010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45426A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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