#452A87

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

Shades of Windsor #452A87

Tints of Windsor #452A87

Color information

#452A87 (or 0x452A87) is unknown color: approx Windsor. HEX triplet: 45, 2A and 87. RGB value is (69,42,135). Sum of RGB (Red+Green+Blue) = 69+42+135=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 42 (16.80% from 255 or 17.07% from 246); Blue value is 135 (53.12% from 255 or 54.88% from 246); Max value from RGB is 135 - color contains mainly: blue. Hex color #452A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452A87 is #BAD578. Grayscale: #3C3C3C. Windows color (decimal): -12244345 or 8858181. OLE color: 8858181.

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

Color convert

RGB6942135-
CMYK0.490.6900.47
HSL257.42º52.54%34.71%-
HSV(B)257.42º68.89%52.94%-
XYZ7.664.6723.42-
YUV60.68169.95133.94-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.05%
GREEN value IS 42 (16.80% from 255) = 17.07%
BLUE value IS 135 (53.12% from 255) = 54.88%
R=28.05%
G=17.07%
B=54.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69421350.490.6900.47257.4252.5434.71
Hex452A87314502F1013523
Octal10552207611050574016543
Binary10001011010101000011111000110001010101111100000001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452A87; }

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

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

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

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

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

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

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

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