#47287C

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

Shades of Windsor #47287C

Tints of Windsor #47287C

Color information

#47287C (or 0x47287C) is unknown color: approx Windsor. HEX triplet: 47, 28 and 7C. RGB value is (71,40,124). Sum of RGB (Red+Green+Blue) = 71+40+124=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #47287C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47287C is #B8D783. Grayscale: #3A3A3A. Windows color (decimal): -12113796 or 8136775. OLE color: 8136775.

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

Color convert

RGB7140124-
CMYK0.430.6800.51
HSL262.14º51.22%32.16%-
HSV(B)262.14º67.74%48.63%-
XYZ74.3119.53-
YUV58.84164.77136.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.21%
GREEN value IS 40 (16.02% from 255) = 17.02%
BLUE value IS 124 (48.83% from 255) = 52.77%
R=30.21%
G=17.02%
B=52.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71401240.430.6800.51262.1451.2232.16
Hex47287C2B440331063320
Octal10750174531040634066340
Binary1000111101000111110010101110001000110011100000110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47287C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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