Shades of Windsor #482A89
Tints of Windsor #482A89
RGB
CMYK
RGB Variations
Color information
#482A89 (or 0x482A89) is known color: Windsor. HEX triplet: 48, 2A and 89. RGB value is (72,42,137). Sum of RGB (Red+Green+Blue) = 72+42+137=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 42 (16.80% from 255 or 16.73% from 251); Blue value is 137 (53.91% from 255 or 54.58% from 251); Max value from RGB is 137 - color contains mainly: blue. Hex color #482A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482A89 is #B7D576. Grayscale: #3D3D3D. Windows color (decimal): -12047735 or 8989256. OLE color: 8989256.
HSL color Cylindrical-coordinate representation of color #482A89: hue angle of 258.95º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #482A89 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 42 | 137 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.46 |
| HSL | 258.95º | 0.53% | 0.35% | - |
| HSV(B) | 258.95º | 0.69% | 0.54% | - |
| XYZ | 8.02 | 4.84 | 24.18 | - |
| YUV | 61.8 | 170.44 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 137 | 0.47 | 0.69 | 0 | 0.46 | 258.95 | 0.53 | 0.35 |
| Hex | 48 | 2A | 89 | 2F | 45 | 0 | 2E | 103 | 35 | 23 |
| Octal | 110 | 52 | 211 | 57 | 105 | 0 | 56 | 403 | 65 | 43 |
| Binary | 1001000 | 101010 | 10001001 | 101111 | 1000101 | 0 | 101110 | 100000011 | 110101 | 100011 |
Color Harmonies of #482A89
Complementary color
Monochromatic Colors of #482A89
Black with #482A89
Text Example
Text Example
White with #482A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482A89; }
p { color: rgb(72,42,137); }
H1.HeaderClassName
{
color: #482A89;
}
.AnyTagClassName
{
color: #482A89;
}
</style>
background-color css
<style>
a { background-color: #482A89; }
a { background-color: rgb(72,42,137); }
div.DivClassName
{
background-color: #482A89;
}
.BgClassName
{
background-color: #482A89;
}
</style>
border-color css
<style>
span { border-color: #482A89; }
span { border-color: rgb(72,42,137); }
td.TdClassName
{
border-color: #482A89;
}
.TagClassName
{
border-color: #482A89;
}
</style>