#473171

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

Shades of Windsor #473171

Tints of Windsor #473171

Color information

#473171 (or 0x473171) is unknown color: approx Windsor. HEX triplet: 47, 31 and 71. RGB value is (71,49,113). Sum of RGB (Red+Green+Blue) = 71+49+113=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 113 - color contains mainly: blue. Hex color #473171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473171 is #B8CE8E. Grayscale: #3E3E3E. Windows color (decimal): -12111503 or 7418183. OLE color: 7418183.

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

Color convert

RGB7149113-
CMYK0.370.5700.56
HSL260.62º39.51%31.76%-
HSV(B)260.62º56.64%44.31%-
XYZ6.684.7316.18-
YUV62.87156.29133.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.47%
GREEN value IS 49 (19.53% from 255) = 21.03%
BLUE value IS 113 (44.53% from 255) = 48.50%
R=30.47%
G=21.03%
B=48.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71491130.370.5700.56260.6239.5131.76
Hex47317125390381052820
Octal1076116145710704055040
Binary100011111000111100011001011110010111000100000101101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473171; }

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

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

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

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

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

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

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

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