#452573

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

Shades of Windsor #452573

Tints of Windsor #452573

Color information

#452573 (or 0x452573) is unknown color: approx Windsor. HEX triplet: 45, 25 and 73. RGB value is (69,37,115). Sum of RGB (Red+Green+Blue) = 69+37+115=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #452573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452573 is #BADA8C. Grayscale: #373737. Windows color (decimal): -12245645 or 7546181. OLE color: 7546181.

HSL color Cylindrical-coordinate representation of color #452573: hue angle of 264.62º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #452573 is Cyan = 0.4, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6937115-
CMYK0.40.6800.55
HSL264.62º51.32%29.8%-
HSV(B)264.62º67.83%45.1%-
XYZ6.213.8316.63-
YUV55.46161.6137.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.22%
GREEN value IS 37 (14.84% from 255) = 16.74%
BLUE value IS 115 (45.31% from 255) = 52.04%
R=31.22%
G=16.74%
B=52.04%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69371150.40.6800.55264.6251.3229.8
Hex4525732844037109331e
Octal10545163501040674116336
Binary100010110010111100111010001000100011011110000100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452573; }

 p { color: rgb(69,37,115); }

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

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

 a { background-color: rgb(69,37,115); }

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

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

 span { border-color: rgb(69,37,115); }

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