#47287E

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

Shades of Windsor #47287E

Tints of Windsor #47287E

Color information

#47287E (or 0x47287E) is unknown color: approx Windsor. HEX triplet: 47, 28 and 7E. RGB value is (71,40,126). Sum of RGB (Red+Green+Blue) = 71+40+126=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 126 (49.61% from 255 or 53.16% from 237); Max value from RGB is 126 - color contains mainly: blue. Hex color #47287E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47287E is #B8D781. Grayscale: #3A3A3A. Windows color (decimal): -12113794 or 8267847. OLE color: 8267847.

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

Color convert

RGB7140126-
CMYK0.440.6800.51
HSL261.63º51.81%32.55%-
HSV(B)261.63º68.25%49.41%-
XYZ7.124.3620.21-
YUV59.07165.77136.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.96%
GREEN value IS 40 (16.02% from 255) = 16.88%
BLUE value IS 126 (49.61% from 255) = 53.16%
R=29.96%
G=16.88%
B=53.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71401260.440.6800.51261.6351.8132.55
Hex47287E2C440331063421
Octal10750176541040634066441
Binary1000111101000111111010110010001000110011100000110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47287E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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