#473576

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

Shades of Windsor #473576

Tints of Windsor #473576

Color information

#473576 (or 0x473576) is unknown color: approx Windsor. HEX triplet: 47, 35 and 76. RGB value is (71,53,118). Sum of RGB (Red+Green+Blue) = 71+53+118=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #473576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473576 is #B8CA89. Grayscale: #414141. Windows color (decimal): -12110474 or 7746887. OLE color: 7746887.

HSL color Cylindrical-coordinate representation of color #473576: hue angle of 256.62º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #473576 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7153118-
CMYK0.400.5500.54
HSL256.62º38.01%33.53%-
HSV(B)256.62º55.08%46.27%-
XYZ7.145.1917.77-
YUV65.79157.46131.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.34%
GREEN value IS 53 (21.09% from 255) = 21.90%
BLUE value IS 118 (46.48% from 255) = 48.76%
R=29.34%
G=21.90%
B=48.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71531180.400.5500.54256.6238.0133.53
Hex47357628370361012622
Octal1076516650670664014642
Binary100011111010111101101010001101110110110100000001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473576; }

 p { color: rgb(71,53,118); }

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

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

 a { background-color: rgb(71,53,118); }

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

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

 span { border-color: rgb(71,53,118); }

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