#452487

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

Shades of Windsor #452487

Tints of Windsor #452487

Color information

#452487 (or 0x452487) is unknown color: approx Windsor. HEX triplet: 45, 24 and 87. RGB value is (69,36,135). Sum of RGB (Red+Green+Blue) = 69+36+135=240 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.75% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 135 (53.12% from 255 or 56.25% from 240); Max value from RGB is 135 - color contains mainly: blue. Hex color #452487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452487 is #BADB78. Grayscale: #383838. Windows color (decimal): -12245881 or 8856645. OLE color: 8856645.

HSL color Cylindrical-coordinate representation of color #452487: hue angle of 260º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #452487 is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6936135-
CMYK0.490.7300.47
HSL260º57.89%33.53%-
HSV(B)260º73.33%52.94%-
XYZ7.464.2823.35-
YUV57.15171.93136.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.75%
GREEN value IS 36 (14.45% from 255) = 15%
BLUE value IS 135 (53.12% from 255) = 56.25%
R=28.75%
G=15%
B=56.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69361350.490.7300.4726057.8933.53
Hex452487314902F1043a22
Octal10544207611110574047242
Binary10001011001001000011111000110010010101111100000100111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452487; }

 p { color: rgb(69,36,135); }

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

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

 a { background-color: rgb(69,36,135); }

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

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

 span { border-color: rgb(69,36,135); }

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