Shades of Windsor #482D85
Tints of Windsor #482D85
RGB
CMYK
RGB Variations
Color information
#482D85 (or 0x482D85) is known color: Windsor. HEX triplet: 48, 2D and 85. RGB value is (72,45,133). Sum of RGB (Red+Green+Blue) = 72+45+133=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #482D85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482D85 is #B7D27A. Grayscale: #3E3E3E. Windows color (decimal): -12046971 or 8727880. OLE color: 8727880.
HSL color Cylindrical-coordinate representation of color #482D85: hue angle of 258.41º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #482D85 is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 45 | 133 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.48 |
| HSL | 258.41º | 0.49% | 0.35% | - |
| HSV(B) | 258.41º | 0.66% | 0.52% | - |
| XYZ | 7.84 | 4.95 | 22.73 | - |
| YUV | 63.11 | 167.45 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 133 | 0.46 | 0.66 | 0 | 0.48 | 258.41 | 0.49 | 0.35 |
| Hex | 48 | 2D | 85 | 2E | 42 | 0 | 30 | 102 | 31 | 23 |
| Octal | 110 | 55 | 205 | 56 | 102 | 0 | 60 | 402 | 61 | 43 |
| Binary | 1001000 | 101101 | 10000101 | 101110 | 1000010 | 0 | 110000 | 100000010 | 110001 | 100011 |
Color Harmonies of #482D85
Complementary color
Monochromatic Colors of #482D85
Black with #482D85
Text Example
Text Example
White with #482D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482D85; }
p { color: rgb(72,45,133); }
H1.HeaderClassName
{
color: #482D85;
}
.AnyTagClassName
{
color: #482D85;
}
</style>
background-color css
<style>
a { background-color: #482D85; }
a { background-color: rgb(72,45,133); }
div.DivClassName
{
background-color: #482D85;
}
.BgClassName
{
background-color: #482D85;
}
</style>
border-color css
<style>
span { border-color: #482D85; }
span { border-color: rgb(72,45,133); }
td.TdClassName
{
border-color: #482D85;
}
.TagClassName
{
border-color: #482D85;
}
</style>