#472F77

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

Shades of Windsor #472F77

Tints of Windsor #472F77

Color information

#472F77 (or 0x472F77) is unknown color: approx Windsor. HEX triplet: 47, 2F and 77. RGB value is (71,47,119). Sum of RGB (Red+Green+Blue) = 71+47+119=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #472F77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472F77 is #B8D088. Grayscale: #3E3E3E. Windows color (decimal): -12112009 or 7810887. OLE color: 7810887.

HSL color Cylindrical-coordinate representation of color #472F77: hue angle of 260º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #472F77 is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7147119-
CMYK0.400.6100.53
HSL260º43.37%32.55%-
HSV(B)260º60.5%46.67%-
XYZ6.944.717.99-
YUV62.38159.95134.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.96%
GREEN value IS 47 (18.75% from 255) = 19.83%
BLUE value IS 119 (46.88% from 255) = 50.21%
R=29.96%
G=19.83%
B=50.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71471190.400.6100.5326043.3732.55
Hex472F77283D0351042b21
Octal1075716750750654045341
Binary100011110111111101111010001111010110101100000100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472F77; }

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

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

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

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

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

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

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

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