Shades of Windsor #483A7A
Tints of Windsor #483A7A
RGB
CMYK
RGB Variations
Color information
#483A7A (or 0x483A7A) is known color: Windsor. HEX triplet: 48, 3A and 7A. RGB value is (72,58,122). Sum of RGB (Red+Green+Blue) = 72+58+122=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 122 (48.05% from 255 or 48.41% from 252); Max value from RGB is 122 - color contains mainly: blue. Hex color #483A7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483A7A is #B7C585. Grayscale: #454545. Windows color (decimal): -12043654 or 8010312. OLE color: 8010312.
HSL color Cylindrical-coordinate representation of color #483A7A: hue angle of 253.12º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #483A7A is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 58 | 122 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.52 |
| HSL | 253.13º | 0.36% | 0.35% | - |
| HSV(B) | 253.13º | 0.52% | 0.48% | - |
| XYZ | 7.7 | 5.81 | 19.13 | - |
| YUV | 69.48 | 157.64 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 58 | 122 | 0.41 | 0.52 | 0 | 0.52 | 253.13 | 0.36 | 0.35 |
| Hex | 48 | 3A | 7A | 29 | 34 | 0 | 34 | FD | 24 | 23 |
| Octal | 110 | 72 | 172 | 51 | 64 | 0 | 64 | 375 | 44 | 43 |
| Binary | 1001000 | 111010 | 1111010 | 101001 | 110100 | 0 | 110100 | 11111101 | 100100 | 100011 |
Color Harmonies of #483A7A
Complementary color
Monochromatic Colors of #483A7A
Black with #483A7A
Text Example
Text Example
White with #483A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483A7A; }
p { color: rgb(72,58,122); }
H1.HeaderClassName
{
color: #483A7A;
}
.AnyTagClassName
{
color: #483A7A;
}
</style>
background-color css
<style>
a { background-color: #483A7A; }
a { background-color: rgb(72,58,122); }
div.DivClassName
{
background-color: #483A7A;
}
.BgClassName
{
background-color: #483A7A;
}
</style>
border-color css
<style>
span { border-color: #483A7A; }
span { border-color: rgb(72,58,122); }
td.TdClassName
{
border-color: #483A7A;
}
.TagClassName
{
border-color: #483A7A;
}
</style>