#453476

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

Shades of Windsor #453476

Tints of Windsor #453476

Color information

#453476 (or 0x453476) is unknown color: approx Windsor. HEX triplet: 45, 34 and 76. RGB value is (69,52,118). Sum of RGB (Red+Green+Blue) = 69+52+118=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: blue. Hex color #453476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453476 is #BACB89. Grayscale: #404040. Windows color (decimal): -12241802 or 7746629. OLE color: 7746629.

HSL color Cylindrical-coordinate representation of color #453476: hue angle of 255.45º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #453476 is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6952118-
CMYK0.420.5600.54
HSL255.45º38.82%33.33%-
HSV(B)255.45º55.93%46.27%-
XYZ6.955.0317.74-
YUV64.61158.13131.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.87%
GREEN value IS 52 (20.70% from 255) = 21.76%
BLUE value IS 118 (46.48% from 255) = 49.37%
R=28.87%
G=21.76%
B=49.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69521180.420.5600.54255.4538.8233.33
Hex4534762A38036ff2721
Octal1056416652700663774741
Binary10001011101001110110101010111000011011011111111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453476; }

 p { color: rgb(69,52,118); }

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

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

 a { background-color: rgb(69,52,118); }

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

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

 span { border-color: rgb(69,52,118); }

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