#472F79

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

Shades of Windsor #472F79

Tints of Windsor #472F79

Color information

#472F79 (or 0x472F79) is unknown color: approx Windsor. HEX triplet: 47, 2F and 79. RGB value is (71,47,121). Sum of RGB (Red+Green+Blue) = 71+47+121=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 121 (47.66% from 255 or 50.63% from 239); Max value from RGB is 121 - color contains mainly: blue. Hex color #472F79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472F79 is #B8D086. Grayscale: #3E3E3E. Windows color (decimal): -12112007 or 7941959. OLE color: 7941959.

HSL color Cylindrical-coordinate representation of color #472F79: hue angle of 259.46º degrees, saturation: 0.44, 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 #472F79 is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7147121-
CMYK0.410.6100.53
HSL259.46º44.05%32.94%-
HSV(B)259.46º61.16%47.45%-
XYZ7.074.7518.63-
YUV62.61160.95133.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.71%
GREEN value IS 47 (18.75% from 255) = 19.67%
BLUE value IS 121 (47.66% from 255) = 50.63%
R=29.71%
G=19.67%
B=50.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71471210.410.6100.53259.4644.0532.94
Hex472F79293D0351032c21
Octal1075717151750654035441
Binary100011110111111110011010011111010110101100000011101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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