Shades of Windsor #482D77
Tints of Windsor #482D77
RGB
CMYK
RGB Variations
Color information
#482D77 (or 0x482D77) is known color: Windsor. HEX triplet: 48, 2D and 77. RGB value is (72,45,119). Sum of RGB (Red+Green+Blue) = 72+45+119=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 45 (17.97% from 255 or 19.07% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #482D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482D77 is #B7D288. Grayscale: #3D3D3D. Windows color (decimal): -12046985 or 7810376. OLE color: 7810376.
HSL color Cylindrical-coordinate representation of color #482D77: hue angle of 261.89º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #482D77 is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 45 | 119 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.53 |
| HSL | 261.89º | 0.45% | 0.32% | - |
| HSV(B) | 261.89º | 0.62% | 0.47% | - |
| XYZ | 6.94 | 4.59 | 17.97 | - |
| YUV | 61.51 | 160.45 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 119 | 0.39 | 0.62 | 0 | 0.53 | 261.89 | 0.45 | 0.32 |
| Hex | 48 | 2D | 77 | 27 | 3E | 0 | 35 | 106 | 2D | 20 |
| Octal | 110 | 55 | 167 | 47 | 76 | 0 | 65 | 406 | 55 | 40 |
| Binary | 1001000 | 101101 | 1110111 | 100111 | 111110 | 0 | 110101 | 100000110 | 101101 | 100000 |
Color Harmonies of #482D77
Complementary color
Monochromatic Colors of #482D77
Black with #482D77
Text Example
Text Example
White with #482D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482D77; }
p { color: rgb(72,45,119); }
H1.HeaderClassName
{
color: #482D77;
}
.AnyTagClassName
{
color: #482D77;
}
</style>
background-color css
<style>
a { background-color: #482D77; }
a { background-color: rgb(72,45,119); }
div.DivClassName
{
background-color: #482D77;
}
.BgClassName
{
background-color: #482D77;
}
</style>
border-color css
<style>
span { border-color: #482D77; }
span { border-color: rgb(72,45,119); }
td.TdClassName
{
border-color: #482D77;
}
.TagClassName
{
border-color: #482D77;
}
</style>