#45406C

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

Shades of Corn Flower Blue #45406C

Tints of Corn Flower Blue #45406C

Color information

#45406C (or 0x45406C) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 40 and 6C. RGB value is (69,64,108). Sum of RGB (Red+Green+Blue) = 69+64+108=241 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.63% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 108 - color contains mainly: blue. Hex color #45406C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45406C is #BABF93. Grayscale: #464646. Windows color (decimal): -12238740 or 7094341. OLE color: 7094341.

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

Color convert

RGB6964108-
CMYK0.360.4100.58
HSL246.82º25.58%33.73%-
HSV(B)246.82º40.74%42.35%-
XYZ6.996.0114.98-
YUV70.51149.16126.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.63%
GREEN value IS 64 (25.39% from 255) = 26.56%
BLUE value IS 108 (42.58% from 255) = 44.81%
R=28.63%
G=26.56%
B=44.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69641080.360.4100.58246.8225.5833.73
Hex45406C242903Af71a22
Octal10510015444510723673242
Binary10001011000000110110010010010100101110101111011111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45406C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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