Shades of Windsor #48397A
Tints of Windsor #48397A
RGB
CMYK
RGB Variations
Color information
#48397A (or 0x48397A) is known color: Windsor. HEX triplet: 48, 39 and 7A. RGB value is (72,57,122). Sum of RGB (Red+Green+Blue) = 72+57+122=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 122 (48.05% from 255 or 48.61% from 251); Max value from RGB is 122 - color contains mainly: blue. Hex color #48397A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48397A is #B7C685. Grayscale: #444444. Windows color (decimal): -12043910 or 8010056. OLE color: 8010056.
HSL color Cylindrical-coordinate representation of color #48397A: hue angle of 253.85º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48397A is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 57 | 122 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.52 |
| HSL | 253.85º | 0.36% | 0.35% | - |
| HSV(B) | 253.85º | 0.53% | 0.48% | - |
| XYZ | 7.65 | 5.71 | 19.11 | - |
| YUV | 68.9 | 157.97 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 57 | 122 | 0.41 | 0.53 | 0 | 0.52 | 253.85 | 0.36 | 0.35 |
| Hex | 48 | 39 | 7A | 29 | 35 | 0 | 34 | FE | 24 | 23 |
| Octal | 110 | 71 | 172 | 51 | 65 | 0 | 64 | 376 | 44 | 43 |
| Binary | 1001000 | 111001 | 1111010 | 101001 | 110101 | 0 | 110100 | 11111110 | 100100 | 100011 |
Color Harmonies of #48397A
Complementary color
Monochromatic Colors of #48397A
Black with #48397A
Text Example
Text Example
White with #48397A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48397A; }
p { color: rgb(72,57,122); }
H1.HeaderClassName
{
color: #48397A;
}
.AnyTagClassName
{
color: #48397A;
}
</style>
background-color css
<style>
a { background-color: #48397A; }
a { background-color: rgb(72,57,122); }
div.DivClassName
{
background-color: #48397A;
}
.BgClassName
{
background-color: #48397A;
}
</style>
border-color css
<style>
span { border-color: #48397A; }
span { border-color: rgb(72,57,122); }
td.TdClassName
{
border-color: #48397A;
}
.TagClassName
{
border-color: #48397A;
}
</style>