#472C79

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

Shades of Windsor #472C79

Tints of Windsor #472C79

Color information

#472C79 (or 0x472C79) is unknown color: approx Windsor. HEX triplet: 47, 2C and 79. RGB value is (71,44,121). Sum of RGB (Red+Green+Blue) = 71+44+121=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 121 (47.66% from 255 or 51.27% from 236); Max value from RGB is 121 - color contains mainly: blue. Hex color #472C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472C79 is #B8D386. Grayscale: #3C3C3C. Windows color (decimal): -12112775 or 7941191. OLE color: 7941191.

HSL color Cylindrical-coordinate representation of color #472C79: hue angle of 261.04º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #472C79 is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7144121-
CMYK0.410.6400.53
HSL261.04º46.67%32.35%-
HSV(B)261.04º63.64%47.45%-
XYZ6.954.5218.6-
YUV60.85161.95135.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.08%
GREEN value IS 44 (17.58% from 255) = 18.64%
BLUE value IS 121 (47.66% from 255) = 51.27%
R=30.08%
G=18.64%
B=51.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71441210.410.6400.53261.0446.6732.35
Hex472C7929400351052f20
Octal10754171511000654055740
Binary1000111101100111100110100110000000110101100000101101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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