Shades of Windsor #483378
Tints of Windsor #483378
RGB
CMYK
RGB Variations
Color information
#483378 (or 0x483378) is known color: Windsor. HEX triplet: 48, 33 and 78. RGB value is (72,51,120). Sum of RGB (Red+Green+Blue) = 72+51+120=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 120 (47.27% from 255 or 49.38% from 243); Max value from RGB is 120 - color contains mainly: blue. Hex color #483378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483378 is #B7CC87. Grayscale: #404040. Windows color (decimal): -12045448 or 7877448. OLE color: 7877448.
HSL color Cylindrical-coordinate representation of color #483378: hue angle of 258.26º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #483378 is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 51 | 120 | - |
| CMYK | 0.40 | 0.58 | 0 | 0.53 |
| HSL | 258.26º | 0.4% | 0.34% | - |
| HSV(B) | 258.26º | 0.58% | 0.47% | - |
| XYZ | 7.25 | 5.1 | 18.37 | - |
| YUV | 65.15 | 158.96 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 51 | 120 | 0.40 | 0.58 | 0 | 0.53 | 258.26 | 0.4 | 0.34 |
| Hex | 48 | 33 | 78 | 28 | 3A | 0 | 35 | 102 | 28 | 22 |
| Octal | 110 | 63 | 170 | 50 | 72 | 0 | 65 | 402 | 50 | 42 |
| Binary | 1001000 | 110011 | 1111000 | 101000 | 111010 | 0 | 110101 | 100000010 | 101000 | 100010 |
Color Harmonies of #483378
Complementary color
Monochromatic Colors of #483378
Black with #483378
Text Example
Text Example
White with #483378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483378; }
p { color: rgb(72,51,120); }
H1.HeaderClassName
{
color: #483378;
}
.AnyTagClassName
{
color: #483378;
}
</style>
background-color css
<style>
a { background-color: #483378; }
a { background-color: rgb(72,51,120); }
div.DivClassName
{
background-color: #483378;
}
.BgClassName
{
background-color: #483378;
}
</style>
border-color css
<style>
span { border-color: #483378; }
span { border-color: rgb(72,51,120); }
td.TdClassName
{
border-color: #483378;
}
.TagClassName
{
border-color: #483378;
}
</style>