#47317C

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

Shades of Windsor #47317C

Tints of Windsor #47317C

Color information

#47317C (or 0x47317C) is unknown color: approx Windsor. HEX triplet: 47, 31 and 7C. RGB value is (71,49,124). Sum of RGB (Red+Green+Blue) = 71+49+124=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #47317C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47317C is #B8CE83. Grayscale: #3F3F3F. Windows color (decimal): -12111492 or 8139079. OLE color: 8139079.

HSL color Cylindrical-coordinate representation of color #47317C: hue angle of 257.6º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47317C is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7149124-
CMYK0.430.6000.51
HSL257.6º43.35%33.92%-
HSV(B)257.6º60.48%48.63%-
XYZ7.334.9919.65-
YUV64.13161.79132.9-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.10%
GREEN value IS 49 (19.53% from 255) = 20.08%
BLUE value IS 124 (48.83% from 255) = 50.82%
R=29.10%
G=20.08%
B=50.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71491240.430.6000.51257.643.3533.92
Hex47317C2B3C0331022b22
Octal1076117453740634025342
Binary100011111000111111001010111111000110011100000010101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47317C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47317C; }

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

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

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

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

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

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

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

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