Shades of Windsor #472F72
Tints of Windsor #472F72
RGB
CMYK
RGB Variations
Color information
#472F72 (or 0x472F72) is known color: Windsor. HEX triplet: 47, 2F and 72. RGB value is (71,47,114). Sum of RGB (Red+Green+Blue) = 71+47+114=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #472F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472F72 is #B8D08D. Grayscale: #3D3D3D. Windows color (decimal): -12112014 or 7483207. OLE color: 7483207.
HSL color Cylindrical-coordinate representation of color #472F72: hue angle of 261.49º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #472F72 is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 47 | 114 | - |
| CMYK | 0.38 | 0.59 | 0 | 0.55 |
| HSL | 261.49º | 0.42% | 0.32% | - |
| HSV(B) | 261.49º | 0.59% | 0.45% | - |
| XYZ | 6.65 | 4.59 | 16.45 | - |
| YUV | 61.81 | 157.45 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 47 | 114 | 0.38 | 0.59 | 0 | 0.55 | 261.49 | 0.42 | 0.32 |
| Hex | 47 | 2F | 72 | 26 | 3B | 0 | 37 | 105 | 2A | 20 |
| Octal | 107 | 57 | 162 | 46 | 73 | 0 | 67 | 405 | 52 | 40 |
| Binary | 1000111 | 101111 | 1110010 | 100110 | 111011 | 0 | 110111 | 100000101 | 101010 | 100000 |
Color Harmonies of #472F72
Complementary color
Monochromatic Colors of #472F72
Black with #472F72
Text Example
Text Example
White with #472F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472F72; }
p { color: rgb(71,47,114); }
H1.HeaderClassName
{
color: #472F72;
}
.AnyTagClassName
{
color: #472F72;
}
</style>
background-color css
<style>
a { background-color: #472F72; }
a { background-color: rgb(71,47,114); }
div.DivClassName
{
background-color: #472F72;
}
.BgClassName
{
background-color: #472F72;
}
</style>
border-color css
<style>
span { border-color: #472F72; }
span { border-color: rgb(71,47,114); }
td.TdClassName
{
border-color: #472F72;
}
.TagClassName
{
border-color: #472F72;
}
</style>