#452D84

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

Shades of Windsor #452D84

Tints of Windsor #452D84

Color information

#452D84 (or 0x452D84) is unknown color: approx Windsor. HEX triplet: 45, 2D and 84. RGB value is (69,45,132). Sum of RGB (Red+Green+Blue) = 69+45+132=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 132 (51.95% from 255 or 53.66% from 246); Max value from RGB is 132 - color contains mainly: blue. Hex color #452D84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452D84 is #BAD27B. Grayscale: #3D3D3D. Windows color (decimal): -12243580 or 8662341. OLE color: 8662341.

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

Color convert

RGB6945132-
CMYK0.480.6600.48
HSL256.55º49.15%34.71%-
HSV(B)256.55º65.91%51.76%-
XYZ7.564.8122.36-
YUV62.09167.45132.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.05%
GREEN value IS 45 (17.97% from 255) = 18.29%
BLUE value IS 132 (51.95% from 255) = 53.66%
R=28.05%
G=18.29%
B=53.66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69451320.480.6600.48256.5549.1534.71
Hex452D8430420301013123
Octal10555204601020604016143
Binary10001011011011000010011000010000100110000100000001110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,45,132); }

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

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

 a { background-color: rgb(69,45,132); }

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

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

 span { border-color: rgb(69,45,132); }

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