#45496B

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

Shades of Corn Flower Blue #45496B

Tints of Corn Flower Blue #45496B

Color information

#45496B (or 0x45496B) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 49 and 6B. RGB value is (69,73,107). Sum of RGB (Red+Green+Blue) = 69+73+107=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 107 - color contains mainly: blue. Hex color #45496B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45496B is #BAB694. Grayscale: #4B4B4B. Windows color (decimal): -12236437 or 7031109. OLE color: 7031109.

HSL color Cylindrical-coordinate representation of color #45496B: hue angle of 233.68º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #45496B is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6973107-
CMYK0.360.3200.58
HSL233.68º21.59%34.51%-
HSV(B)233.68º35.51%41.96%-
XYZ7.497.0914.88-
YUV75.68145.67123.24-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.71%
GREEN value IS 73 (28.91% from 255) = 29.32%
BLUE value IS 107 (42.19% from 255) = 42.97%
R=27.71%
G=29.32%
B=42.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69731070.360.3200.58233.6821.5934.51
Hex45496B242003Aea1623
Octal10511115344400723522643
Binary10001011001001110101110010010000001110101110101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45496B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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