#45416C

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

Shades of Corn Flower Blue #45416C

Tints of Corn Flower Blue #45416C

Color information

#45416C (or 0x45416C) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 41 and 6C. RGB value is (69,65,108). Sum of RGB (Red+Green+Blue) = 69+65+108=242 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.51% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 108 - color contains mainly: blue. Hex color #45416C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45416C is #BABE93. Grayscale: #464646. Windows color (decimal): -12238484 or 7094597. OLE color: 7094597.

HSL color Cylindrical-coordinate representation of color #45416C: hue angle of 245.58º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #45416C is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6965108-
CMYK0.360.4000.58
HSL245.58º24.86%33.92%-
HSV(B)245.58º39.81%42.35%-
XYZ7.056.1315-
YUV71.1148.83126.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.51%
GREEN value IS 65 (25.78% from 255) = 26.86%
BLUE value IS 108 (42.58% from 255) = 44.63%
R=28.51%
G=26.86%
B=44.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69651080.360.4000.58245.5824.8633.92
Hex45416C242803Af61922
Octal10510115444500723663142
Binary10001011000001110110010010010100001110101111011011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45416C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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