#452B87

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

Shades of Windsor #452B87

Tints of Windsor #452B87

Color information

#452B87 (or 0x452B87) is unknown color: approx Windsor. HEX triplet: 45, 2B and 87. RGB value is (69,43,135). Sum of RGB (Red+Green+Blue) = 69+43+135=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 43 (17.19% from 255 or 17.41% from 247); Blue value is 135 (53.12% from 255 or 54.66% from 247); Max value from RGB is 135 - color contains mainly: blue. Hex color #452B87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452B87 is #BAD478. Grayscale: #3C3C3C. Windows color (decimal): -12244089 or 8858437. OLE color: 8858437.

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

Color convert

RGB6943135-
CMYK0.490.6800.47
HSL256.96º51.69%34.9%-
HSV(B)256.96º68.15%52.94%-
XYZ7.694.7423.43-
YUV61.26169.61133.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.94%
GREEN value IS 43 (17.19% from 255) = 17.41%
BLUE value IS 135 (53.12% from 255) = 54.66%
R=27.94%
G=17.41%
B=54.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69431350.490.6800.47256.9651.6934.9
Hex452B87314402F1013423
Octal10553207611040574016443
Binary10001011010111000011111000110001000101111100000001110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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