#473172

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

Shades of Windsor #473172

Tints of Windsor #473172

Color information

#473172 (or 0x473172) is unknown color: approx Windsor. HEX triplet: 47, 31 and 72. RGB value is (71,49,114). Sum of RGB (Red+Green+Blue) = 71+49+114=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 114 - color contains mainly: blue. Hex color #473172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473172 is #B8CE8D. Grayscale: #3E3E3E. Windows color (decimal): -12111502 or 7483719. OLE color: 7483719.

HSL color Cylindrical-coordinate representation of color #473172: hue angle of 260.31º 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 #473172 is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7149114-
CMYK0.380.5700.55
HSL260.31º39.88%31.96%-
HSV(B)260.31º57.02%44.71%-
XYZ6.734.7516.48-
YUV62.99156.79133.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.34%
GREEN value IS 49 (19.53% from 255) = 20.94%
BLUE value IS 114 (44.92% from 255) = 48.72%
R=30.34%
G=20.94%
B=48.72%

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
Decimal71491140.380.5700.55260.3139.8831.96
Hex47317226390371042820
Octal1076116246710674045040
Binary100011111000111100101001101110010110111100000100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473172; }

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

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

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

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

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

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

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

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