Shades of Windsor #482985
Tints of Windsor #482985
RGB
CMYK
RGB Variations
Color information
#482985 (or 0x482985) is known color: Windsor. HEX triplet: 48, 29 and 85. RGB value is (72,41,133). Sum of RGB (Red+Green+Blue) = 72+41+133=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #482985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482985 is #B7D67A. Grayscale: #3C3C3C. Windows color (decimal): -12047995 or 8726856. OLE color: 8726856.
HSL color Cylindrical-coordinate representation of color #482985: hue angle of 260.22º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #482985 is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 41 | 133 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.48 |
| HSL | 260.22º | 0.53% | 0.34% | - |
| HSV(B) | 260.22º | 0.69% | 0.52% | - |
| XYZ | 7.7 | 4.66 | 22.68 | - |
| YUV | 60.76 | 168.77 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 41 | 133 | 0.46 | 0.69 | 0 | 0.48 | 260.22 | 0.53 | 0.34 |
| Hex | 48 | 29 | 85 | 2E | 45 | 0 | 30 | 104 | 35 | 22 |
| Octal | 110 | 51 | 205 | 56 | 105 | 0 | 60 | 404 | 65 | 42 |
| Binary | 1001000 | 101001 | 10000101 | 101110 | 1000101 | 0 | 110000 | 100000100 | 110101 | 100010 |
Color Harmonies of #482985
Complementary color
Monochromatic Colors of #482985
Black with #482985
Text Example
Text Example
White with #482985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482985; }
p { color: rgb(72,41,133); }
H1.HeaderClassName
{
color: #482985;
}
.AnyTagClassName
{
color: #482985;
}
</style>
background-color css
<style>
a { background-color: #482985; }
a { background-color: rgb(72,41,133); }
div.DivClassName
{
background-color: #482985;
}
.BgClassName
{
background-color: #482985;
}
</style>
border-color css
<style>
span { border-color: #482985; }
span { border-color: rgb(72,41,133); }
td.TdClassName
{
border-color: #482985;
}
.TagClassName
{
border-color: #482985;
}
</style>