Shades of Windsor #483086
Tints of Windsor #483086
RGB
CMYK
RGB Variations
Color information
#483086 (or 0x483086) is known color: Windsor. HEX triplet: 48, 30 and 86. RGB value is (72,48,134). Sum of RGB (Red+Green+Blue) = 72+48+134=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 134 (52.73% from 255 or 52.76% from 254); Max value from RGB is 134 - color contains mainly: blue. Hex color #483086 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483086 is #B7CF79. Grayscale: #404040. Windows color (decimal): -12046202 or 8794184. OLE color: 8794184.
HSL color Cylindrical-coordinate representation of color #483086: hue angle of 256.74º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #483086 is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 48 | 134 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.47 |
| HSL | 256.74º | 0.47% | 0.36% | - |
| HSV(B) | 256.74º | 0.64% | 0.53% | - |
| XYZ | 8.03 | 5.21 | 23.14 | - |
| YUV | 64.98 | 166.95 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 48 | 134 | 0.46 | 0.64 | 0 | 0.47 | 256.74 | 0.47 | 0.36 |
| Hex | 48 | 30 | 86 | 2E | 40 | 0 | 2F | 101 | 2F | 24 |
| Octal | 110 | 60 | 206 | 56 | 100 | 0 | 57 | 401 | 57 | 44 |
| Binary | 1001000 | 110000 | 10000110 | 101110 | 1000000 | 0 | 101111 | 100000001 | 101111 | 100100 |
Color Harmonies of #483086
Complementary color
Monochromatic Colors of #483086
Black with #483086
Text Example
Text Example
White with #483086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483086; }
p { color: rgb(72,48,134); }
H1.HeaderClassName
{
color: #483086;
}
.AnyTagClassName
{
color: #483086;
}
</style>
background-color css
<style>
a { background-color: #483086; }
a { background-color: rgb(72,48,134); }
div.DivClassName
{
background-color: #483086;
}
.BgClassName
{
background-color: #483086;
}
</style>
border-color css
<style>
span { border-color: #483086; }
span { border-color: rgb(72,48,134); }
td.TdClassName
{
border-color: #483086;
}
.TagClassName
{
border-color: #483086;
}
</style>