#45347C

Color #45347C Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #45347C

Tints of Windsor #45347C

Color information

#45347C (or 0x45347C) is unknown color: approx Windsor. HEX triplet: 45, 34 and 7C. RGB value is (69,52,124). Sum of RGB (Red+Green+Blue) = 69+52+124=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #45347C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45347C is #BACB83. Grayscale: #414141. Windows color (decimal): -12241796 or 8139845. OLE color: 8139845.

HSL color Cylindrical-coordinate representation of color #45347C: hue angle of 254.17º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45347C is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6952124-
CMYK0.440.5800.51
HSL254.17º40.91%34.51%-
HSV(B)254.17º58.06%48.63%-
XYZ7.325.1819.68-
YUV65.29161.13130.65-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.16%
GREEN value IS 52 (20.70% from 255) = 21.22%
BLUE value IS 124 (48.83% from 255) = 50.61%
R=28.16%
G=21.22%
B=50.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal69521240.440.5800.51254.1740.9134.51
Hex45347C2C3A033fe2923
Octal1056417454720633765143
Binary10001011101001111100101100111010011001111111110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,52,124); }

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

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

 a { background-color: rgb(69,52,124); }

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

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

 span { border-color: rgb(69,52,124); }

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