#473173

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

Shades of Windsor #473173

Tints of Windsor #473173

Color information

#473173 (or 0x473173) is unknown color: approx Windsor. HEX triplet: 47, 31 and 73. RGB value is (71,49,115). Sum of RGB (Red+Green+Blue) = 71+49+115=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #473173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473173 is #B8CE8C. Grayscale: #3E3E3E. Windows color (decimal): -12111501 or 7549255. OLE color: 7549255.

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

Color convert

RGB7149115-
CMYK0.380.5700.55
HSL260º40.24%32.16%-
HSV(B)260º57.39%45.1%-
XYZ6.794.7716.78-
YUV63.1157.29133.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.21%
GREEN value IS 49 (19.53% from 255) = 20.85%
BLUE value IS 115 (45.31% from 255) = 48.94%
R=30.21%
G=20.85%
B=48.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71491150.380.5700.5526040.2432.16
Hex47317326390371042820
Octal1076116346710674045040
Binary100011111000111100111001101110010110111100000100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473173; }

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

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

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

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

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

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

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

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