#453377

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

Shades of Windsor #453377

Tints of Windsor #453377

Color information

#453377 (or 0x453377) is unknown color: approx Windsor. HEX triplet: 45, 33 and 77. RGB value is (69,51,119). Sum of RGB (Red+Green+Blue) = 69+51+119=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #453377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453377 is #BACC88. Grayscale: #3F3F3F. Windows color (decimal): -12242057 or 7811909. OLE color: 7811909.

HSL color Cylindrical-coordinate representation of color #453377: hue angle of 255.88º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #453377 is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6951119-
CMYK0.420.5700.53
HSL255.88º40%33.33%-
HSV(B)255.88º57.14%46.67%-
XYZ6.974.9618.04-
YUV64.13158.96131.47-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.87%
GREEN value IS 51 (20.31% from 255) = 21.34%
BLUE value IS 119 (46.88% from 255) = 49.79%
R=28.87%
G=21.34%
B=49.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69511190.420.5700.53255.884033.33
Hex4533772A390351002821
Octal1056316752710654005041
Binary100010111001111101111010101110010110101100000000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453377; }

 p { color: rgb(69,51,119); }

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

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

 a { background-color: rgb(69,51,119); }

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

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

 span { border-color: rgb(69,51,119); }

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