#452577

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

Shades of Windsor #452577

Tints of Windsor #452577

Color information

#452577 (or 0x452577) is unknown color: approx Windsor. HEX triplet: 45, 25 and 77. RGB value is (69,37,119). Sum of RGB (Red+Green+Blue) = 69+37+119=225 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.67% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #452577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452577 is #BADA88. Grayscale: #373737. Windows color (decimal): -12245641 or 7808325. OLE color: 7808325.

HSL color Cylindrical-coordinate representation of color #452577: hue angle of 263.41º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #452577 is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6937119-
CMYK0.420.6900.53
HSL263.41º52.56%30.59%-
HSV(B)263.41º68.91%46.67%-
XYZ6.453.9217.87-
YUV55.92163.6137.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.67%
GREEN value IS 37 (14.84% from 255) = 16.44%
BLUE value IS 119 (46.88% from 255) = 52.89%
R=30.67%
G=16.44%
B=52.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69371190.420.6900.53263.4152.5630.59
Hex4525772A45035107351f
Octal10545167521050654076537
Binary100010110010111101111010101000101011010110000011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452577; }

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

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

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

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

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

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

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

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