Shades of Windsor #47187B
Tints of Windsor #47187B
RGB
CMYK
RGB Variations
Color information
#47187B (or 0x47187B) is known color: Windsor. HEX triplet: 47, 18 and 7B. RGB value is (71,24,123). Sum of RGB (Red+Green+Blue) = 71+24+123=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 123 (48.44% from 255 or 56.42% from 218); Max value from RGB is 123 - color contains mainly: blue. Hex color #47187B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47187B is #B8E784. Grayscale: #303030. Windows color (decimal): -12117893 or 8067143. OLE color: 8067143.
HSL color Cylindrical-coordinate representation of color #47187B: hue angle of 268.48º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #47187B is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 24 | 123 | - |
| CMYK | 0.42 | 0.80 | 0 | 0.52 |
| HSL | 268.48º | 0.67% | 0.29% | - |
| HSV(B) | 268.48º | 0.8% | 0.48% | - |
| XYZ | 6.5 | 3.42 | 19.06 | - |
| YUV | 49.34 | 169.57 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 24 | 123 | 0.42 | 0.80 | 0 | 0.52 | 268.48 | 0.67 | 0.29 |
| Hex | 47 | 18 | 7B | 2A | 50 | 0 | 34 | 10C | 43 | 1D |
| Octal | 107 | 30 | 173 | 52 | 120 | 0 | 64 | 414 | 103 | 35 |
| Binary | 1000111 | 11000 | 1111011 | 101010 | 1010000 | 0 | 110100 | 100001100 | 1000011 | 11101 |
Color Harmonies of #47187B
Complementary color
Monochromatic Colors of #47187B
Black with #47187B
Text Example
Text Example
White with #47187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47187B; }
p { color: rgb(71,24,123); }
H1.HeaderClassName
{
color: #47187B;
}
.AnyTagClassName
{
color: #47187B;
}
</style>
background-color css
<style>
a { background-color: #47187B; }
a { background-color: rgb(71,24,123); }
div.DivClassName
{
background-color: #47187B;
}
.BgClassName
{
background-color: #47187B;
}
</style>
border-color css
<style>
span { border-color: #47187B; }
span { border-color: rgb(71,24,123); }
td.TdClassName
{
border-color: #47187B;
}
.TagClassName
{
border-color: #47187B;
}
</style>