#473373

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

Shades of Windsor #473373

Tints of Windsor #473373

Color information

#473373 (or 0x473373) is unknown color: approx Windsor. HEX triplet: 47, 33 and 73. RGB value is (71,51,115). Sum of RGB (Red+Green+Blue) = 71+51+115=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 115 (45.31% from 255 or 48.52% from 237); Max value from RGB is 115 - color contains mainly: blue. Hex color #473373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473373 is #B8CC8C. Grayscale: #404040. Windows color (decimal): -12110989 or 7549767. OLE color: 7549767.

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

Color convert

RGB7151115-
CMYK0.380.5600.55
HSL258.75º38.55%32.55%-
HSV(B)258.75º55.65%45.1%-
XYZ6.884.9516.81-
YUV64.28156.63132.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.96%
GREEN value IS 51 (20.31% from 255) = 21.52%
BLUE value IS 115 (45.31% from 255) = 48.52%
R=29.96%
G=21.52%
B=48.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71511150.380.5600.55258.7538.5532.55
Hex47337326380371032721
Octal1076316346700674034741
Binary100011111001111100111001101110000110111100000011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473373; }

 p { color: rgb(71,51,115); }

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

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

 a { background-color: rgb(71,51,115); }

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

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

 span { border-color: rgb(71,51,115); }

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