Shades of Windsor #482A77
Tints of Windsor #482A77
RGB
CMYK
RGB Variations
Color information
#482A77 (or 0x482A77) is known color: Windsor. HEX triplet: 48, 2A and 77. RGB value is (72,42,119). Sum of RGB (Red+Green+Blue) = 72+42+119=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 42 (16.80% from 255 or 18.03% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #482A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482A77 is #B7D588. Grayscale: #3B3B3B. Windows color (decimal): -12047753 or 7809608. OLE color: 7809608.
HSL color Cylindrical-coordinate representation of color #482A77: hue angle of 263.38º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #482A77 is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 42 | 119 | - |
| CMYK | 0.39 | 0.65 | 0 | 0.53 |
| HSL | 263.38º | 0.48% | 0.32% | - |
| HSV(B) | 263.38º | 0.65% | 0.47% | - |
| XYZ | 6.83 | 4.37 | 17.94 | - |
| YUV | 59.75 | 161.44 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 119 | 0.39 | 0.65 | 0 | 0.53 | 263.38 | 0.48 | 0.32 |
| Hex | 48 | 2A | 77 | 27 | 41 | 0 | 35 | 107 | 30 | 20 |
| Octal | 110 | 52 | 167 | 47 | 101 | 0 | 65 | 407 | 60 | 40 |
| Binary | 1001000 | 101010 | 1110111 | 100111 | 1000001 | 0 | 110101 | 100000111 | 110000 | 100000 |
Color Harmonies of #482A77
Complementary color
Monochromatic Colors of #482A77
Black with #482A77
Text Example
Text Example
White with #482A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482A77; }
p { color: rgb(72,42,119); }
H1.HeaderClassName
{
color: #482A77;
}
.AnyTagClassName
{
color: #482A77;
}
</style>
background-color css
<style>
a { background-color: #482A77; }
a { background-color: rgb(72,42,119); }
div.DivClassName
{
background-color: #482A77;
}
.BgClassName
{
background-color: #482A77;
}
</style>
border-color css
<style>
span { border-color: #482A77; }
span { border-color: rgb(72,42,119); }
td.TdClassName
{
border-color: #482A77;
}
.TagClassName
{
border-color: #482A77;
}
</style>