#452C83

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

Shades of Windsor #452C83

Tints of Windsor #452C83

Color information

#452C83 (or 0x452C83) is unknown color: approx Windsor. HEX triplet: 45, 2C and 83. RGB value is (69,44,131). Sum of RGB (Red+Green+Blue) = 69+44+131=244 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.28% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 131 (51.56% from 255 or 53.69% from 244); Max value from RGB is 131 - color contains mainly: blue. Hex color #452C83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452C83 is #BAD37C. Grayscale: #3D3D3D. Windows color (decimal): -12243837 or 8596549. OLE color: 8596549.

HSL color Cylindrical-coordinate representation of color #452C83: hue angle of 257.24º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #452C83 is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6944131-
CMYK0.470.6600.49
HSL257.24º49.71%34.31%-
HSV(B)257.24º66.41%51.37%-
XYZ7.454.7121.99-
YUV61.39167.28133.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.28%
GREEN value IS 44 (17.58% from 255) = 18.03%
BLUE value IS 131 (51.56% from 255) = 53.69%
R=28.28%
G=18.03%
B=53.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69441310.470.6600.49257.2449.7134.31
Hex452C832F420311013222
Octal10554203571020614016242
Binary10001011011001000001110111110000100110001100000001110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,44,131); }

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

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

 a { background-color: rgb(69,44,131); }

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

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

 span { border-color: rgb(69,44,131); }

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