#45486C

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

Shades of Corn Flower Blue #45486C

Tints of Corn Flower Blue #45486C

Color information

#45486C (or 0x45486C) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 48 and 6C. RGB value is (69,72,108). Sum of RGB (Red+Green+Blue) = 69+72+108=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 108 - color contains mainly: blue. Hex color #45486C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45486C is #BAB793. Grayscale: #4B4B4B. Windows color (decimal): -12236692 or 7096389. OLE color: 7096389.

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

Color convert

RGB6972108-
CMYK0.360.3300.58
HSL235.38º22.03%34.71%-
HSV(B)235.38º36.11%42.35%-
XYZ7.486.9815.14-
YUV75.21146.51123.57-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.71%
GREEN value IS 72 (28.52% from 255) = 28.92%
BLUE value IS 108 (42.58% from 255) = 43.37%
R=27.71%
G=28.92%
B=43.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69721080.360.3300.58235.3822.0334.71
Hex45486C242103Aeb1623
Octal10511015444410723532643
Binary10001011001000110110010010010000101110101110101110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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