#452A71

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

Shades of Windsor #452A71

Tints of Windsor #452A71

Color information

#452A71 (or 0x452A71) is unknown color: approx Windsor. HEX triplet: 45, 2A and 71. RGB value is (69,42,113). Sum of RGB (Red+Green+Blue) = 69+42+113=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #452A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452A71 is #BAD58E. Grayscale: #393939. Windows color (decimal): -12244367 or 7416389. OLE color: 7416389.

HSL color Cylindrical-coordinate representation of color #452A71: hue angle of 262.82º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #452A71 is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6942113-
CMYK0.390.6300.56
HSL262.82º45.81%30.39%-
HSV(B)262.82º62.83%44.31%-
XYZ6.264.1116.09-
YUV58.17158.95135.73-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.80%
GREEN value IS 42 (16.80% from 255) = 18.75%
BLUE value IS 113 (44.53% from 255) = 50.45%
R=30.80%
G=18.75%
B=50.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69421130.390.6300.56262.8245.8130.39
Hex452A71273F0381072e1e
Octal1055216147770704075636
Binary10001011010101110001100111111111011100010000011110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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