#472877

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

Shades of Windsor #472877

Tints of Windsor #472877

Color information

#472877 (or 0x472877) is unknown color: approx Windsor. HEX triplet: 47, 28 and 77. RGB value is (71,40,119). Sum of RGB (Red+Green+Blue) = 71+40+119=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 119 (46.88% from 255 or 51.74% from 230); Max value from RGB is 119 - color contains mainly: blue. Hex color #472877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472877 is #B8D788. Grayscale: #393939. Windows color (decimal): -12113801 or 7809095. OLE color: 7809095.

HSL color Cylindrical-coordinate representation of color #472877: hue angle of 263.54º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #472877 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7140119-
CMYK0.400.6600.53
HSL263.54º49.69%31.18%-
HSV(B)263.54º66.39%46.67%-
XYZ6.694.1917.91-
YUV58.28162.27137.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.87%
GREEN value IS 40 (16.02% from 255) = 17.39%
BLUE value IS 119 (46.88% from 255) = 51.74%
R=30.87%
G=17.39%
B=51.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71401190.400.6600.53263.5449.6931.18
Hex4728772842035108321f
Octal10750167501020654106237
Binary100011110100011101111010001000010011010110000100011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472877; }

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

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

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

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

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

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

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

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