#45496D

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

Shades of Corn Flower Blue #45496D

Tints of Corn Flower Blue #45496D

Color information

#45496D (or 0x45496D) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 49 and 6D. RGB value is (69,73,109). Sum of RGB (Red+Green+Blue) = 69+73+109=251 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.49% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 109 - color contains mainly: blue. Hex color #45496D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45496D is #BAB692. Grayscale: #4B4B4B. Windows color (decimal): -12236435 or 7162181. OLE color: 7162181.

HSL color Cylindrical-coordinate representation of color #45496D: hue angle of 234º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #45496D is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6973109-
CMYK0.370.3300.57
HSL234º22.47%34.9%-
HSV(B)234º36.7%42.75%-
XYZ7.67.1315.44-
YUV75.91146.67123.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.49%
GREEN value IS 73 (28.91% from 255) = 29.08%
BLUE value IS 109 (42.97% from 255) = 43.43%
R=27.49%
G=29.08%
B=43.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal69731090.370.3300.5723422.4734.9
Hex45496D2521039ea1623
Octal10511115545410713522643
Binary10001011001001110110110010110000101110011110101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,73,109); }

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

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

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

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

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

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

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