#47287B

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

Shades of Windsor #47287B

Tints of Windsor #47287B

Color information

#47287B (or 0x47287B) is unknown color: approx Windsor. HEX triplet: 47, 28 and 7B. RGB value is (71,40,123). Sum of RGB (Red+Green+Blue) = 71+40+123=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 123 (48.44% from 255 or 52.56% from 234); Max value from RGB is 123 - color contains mainly: blue. Hex color #47287B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47287B is #B8D784. Grayscale: #3A3A3A. Windows color (decimal): -12113797 or 8071239. OLE color: 8071239.

HSL color Cylindrical-coordinate representation of color #47287B: hue angle of 262.41º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47287B is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7140123-
CMYK0.420.6700.52
HSL262.41º50.92%31.96%-
HSV(B)262.41º67.48%48.24%-
XYZ6.934.2919.2-
YUV58.73164.27136.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.34%
GREEN value IS 40 (16.02% from 255) = 17.09%
BLUE value IS 123 (48.44% from 255) = 52.56%
R=30.34%
G=17.09%
B=52.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71401230.420.6700.52262.4150.9231.96
Hex47287B2A430341063320
Octal10750173521030644066340
Binary1000111101000111101110101010000110110100100000110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47287B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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