#47317E

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

Shades of Windsor #47317E

Tints of Windsor #47317E

Color information

#47317E (or 0x47317E) is unknown color: approx Windsor. HEX triplet: 47, 31 and 7E. RGB value is (71,49,126). Sum of RGB (Red+Green+Blue) = 71+49+126=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 126 (49.61% from 255 or 51.22% from 246); Max value from RGB is 126 - color contains mainly: blue. Hex color #47317E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47317E is #B8CE81. Grayscale: #404040. Windows color (decimal): -12111490 or 8270151. OLE color: 8270151.

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

Color convert

RGB7149126-
CMYK0.440.6100.51
HSL257.14º44%34.31%-
HSV(B)257.14º61.11%49.41%-
XYZ7.465.0420.32-
YUV64.36162.79132.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.86%
GREEN value IS 49 (19.53% from 255) = 19.92%
BLUE value IS 126 (49.61% from 255) = 51.22%
R=28.86%
G=19.92%
B=51.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71491260.440.6100.51257.144434.31
Hex47317E2C3D0331012c22
Octal1076117654750634015442
Binary100011111000111111101011001111010110011100000001101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47317E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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