#452E71

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

Shades of Windsor #452E71

Tints of Windsor #452E71

Color information

#452E71 (or 0x452E71) is unknown color: approx Windsor. HEX triplet: 45, 2E and 71. RGB value is (69,46,113). Sum of RGB (Red+Green+Blue) = 69+46+113=228 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.26% from 228); Green value is 46 (18.36% from 255 or 20.18% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #452E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452E71 is #BAD18E. Grayscale: #3C3C3C. Windows color (decimal): -12243343 or 7417413. OLE color: 7417413.

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

Color convert

RGB6946113-
CMYK0.390.5900.56
HSL260.6º42.14%31.18%-
HSV(B)260.6º59.29%44.31%-
XYZ6.414.4116.14-
YUV60.51157.62134.05-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.26%
GREEN value IS 46 (18.36% from 255) = 20.18%
BLUE value IS 113 (44.53% from 255) = 49.56%
R=30.26%
G=20.18%
B=49.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69461130.390.5900.56260.642.1431.18
Hex452E71273B0381052a1f
Octal1055616147730704055237
Binary10001011011101110001100111111011011100010000010110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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