Shades of Windsor #47387A
Tints of Windsor #47387A
RGB
CMYK
RGB Variations
Color information
#47387A (or 0x47387A) is known color: Windsor. HEX triplet: 47, 38 and 7A. RGB value is (71,56,122). Sum of RGB (Red+Green+Blue) = 71+56+122=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 122 (48.05% from 255 or 49.00% from 249); Max value from RGB is 122 - color contains mainly: blue. Hex color #47387A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47387A is #B8C785. Grayscale: #434343. Windows color (decimal): -12109702 or 8009799. OLE color: 8009799.
HSL color Cylindrical-coordinate representation of color #47387A: hue angle of 253.64º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47387A is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 56 | 122 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.52 |
| HSL | 253.64º | 0.37% | 0.35% | - |
| HSV(B) | 253.64º | 0.54% | 0.48% | - |
| XYZ | 7.53 | 5.57 | 19.09 | - |
| YUV | 68.01 | 158.47 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 56 | 122 | 0.42 | 0.54 | 0 | 0.52 | 253.64 | 0.37 | 0.35 |
| Hex | 47 | 38 | 7A | 2A | 36 | 0 | 34 | FE | 25 | 23 |
| Octal | 107 | 70 | 172 | 52 | 66 | 0 | 64 | 376 | 45 | 43 |
| Binary | 1000111 | 111000 | 1111010 | 101010 | 110110 | 0 | 110100 | 11111110 | 100101 | 100011 |
Color Harmonies of #47387A
Complementary color
Monochromatic Colors of #47387A
Black with #47387A
Text Example
Text Example
White with #47387A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47387A; }
p { color: rgb(71,56,122); }
H1.HeaderClassName
{
color: #47387A;
}
.AnyTagClassName
{
color: #47387A;
}
</style>
background-color css
<style>
a { background-color: #47387A; }
a { background-color: rgb(71,56,122); }
div.DivClassName
{
background-color: #47387A;
}
.BgClassName
{
background-color: #47387A;
}
</style>
border-color css
<style>
span { border-color: #47387A; }
span { border-color: rgb(71,56,122); }
td.TdClassName
{
border-color: #47387A;
}
.TagClassName
{
border-color: #47387A;
}
</style>