#45416B

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

Shades of Corn Flower Blue #45416B

Tints of Corn Flower Blue #45416B

Color information

#45416B (or 0x45416B) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 41 and 6B. RGB value is (69,65,107). Sum of RGB (Red+Green+Blue) = 69+65+107=241 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.63% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 107 - color contains mainly: blue. Hex color #45416B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45416B is #BABE94. Grayscale: #464646. Windows color (decimal): -12238485 or 7029061. OLE color: 7029061.

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

Color convert

RGB6965107-
CMYK0.360.3900.58
HSL245.71º24.42%33.73%-
HSV(B)245.71º39.25%41.96%-
XYZ76.1114.72-
YUV70.98148.33126.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.63%
GREEN value IS 65 (25.78% from 255) = 26.97%
BLUE value IS 107 (42.19% from 255) = 44.40%
R=28.63%
G=26.97%
B=44.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69651070.360.3900.58245.7124.4233.73
Hex45416B242703Af61822
Octal10510115344470723663042
Binary10001011000001110101110010010011101110101111011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45416B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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