#47287D

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

Shades of Windsor #47287D

Tints of Windsor #47287D

Color information

#47287D (or 0x47287D) is unknown color: approx Windsor. HEX triplet: 47, 28 and 7D. RGB value is (71,40,125). Sum of RGB (Red+Green+Blue) = 71+40+125=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 125 (49.22% from 255 or 52.97% from 236); Max value from RGB is 125 - color contains mainly: blue. Hex color #47287D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47287D is #B8D782. Grayscale: #3A3A3A. Windows color (decimal): -12113795 or 8202311. OLE color: 8202311.

HSL color Cylindrical-coordinate representation of color #47287D: hue angle of 261.88º degrees, saturation: 0.52, 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 #47287D is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7140125-
CMYK0.430.6800.51
HSL261.88º51.52%32.35%-
HSV(B)261.88º68%49.02%-
XYZ7.064.3419.87-
YUV58.96165.27136.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.08%
GREEN value IS 40 (16.02% from 255) = 16.95%
BLUE value IS 125 (49.22% from 255) = 52.97%
R=30.08%
G=16.95%
B=52.97%

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
Decimal71401250.430.6800.51261.8851.5232.35
Hex47287D2B440331063420
Octal10750175531040634066440
Binary1000111101000111110110101110001000110011100000110110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47287D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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