#452574

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

Shades of Windsor #452574

Tints of Windsor #452574

Color information

#452574 (or 0x452574) is unknown color: approx Windsor. HEX triplet: 45, 25 and 74. RGB value is (69,37,116). Sum of RGB (Red+Green+Blue) = 69+37+116=222 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.08% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 116 (45.70% from 255 or 52.25% from 222); Max value from RGB is 116 - color contains mainly: blue. Hex color #452574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452574 is #BADA8B. Grayscale: #373737. Windows color (decimal): -12245644 or 7611717. OLE color: 7611717.

HSL color Cylindrical-coordinate representation of color #452574: hue angle of 264.3º degrees, saturation: 0.52, 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 #452574 is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6937116-
CMYK0.410.6800.55
HSL264.3º51.63%30%-
HSV(B)264.3º68.1%45.49%-
XYZ6.273.8516.94-
YUV55.57162.1137.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.08%
GREEN value IS 37 (14.84% from 255) = 16.67%
BLUE value IS 116 (45.70% from 255) = 52.25%
R=31.08%
G=16.67%
B=52.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69371160.410.6800.55264.351.6330
Hex4525742944037108341e
Octal10545164511040674106436
Binary100010110010111101001010011000100011011110000100011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452574; }

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

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

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

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

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

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

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

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