Shades of Windsor #48347B
Tints of Windsor #48347B
RGB
CMYK
RGB Variations
Color information
#48347B (or 0x48347B) is known color: Windsor. HEX triplet: 48, 34 and 7B. RGB value is (72,52,123). Sum of RGB (Red+Green+Blue) = 72+52+123=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 123 (48.44% from 255 or 49.80% from 247); Max value from RGB is 123 - color contains mainly: blue. Hex color #48347B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48347B is #B7CB84. Grayscale: #414141. Windows color (decimal): -12045189 or 8074312. OLE color: 8074312.
HSL color Cylindrical-coordinate representation of color #48347B: hue angle of 256.9º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48347B is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 52 | 123 | - |
| CMYK | 0.41 | 0.58 | 0 | 0.52 |
| HSL | 256.9º | 0.41% | 0.34% | - |
| HSV(B) | 256.9º | 0.58% | 0.48% | - |
| XYZ | 7.48 | 5.26 | 19.36 | - |
| YUV | 66.07 | 160.13 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 52 | 123 | 0.41 | 0.58 | 0 | 0.52 | 256.9 | 0.41 | 0.34 |
| Hex | 48 | 34 | 7B | 29 | 3A | 0 | 34 | 101 | 29 | 22 |
| Octal | 110 | 64 | 173 | 51 | 72 | 0 | 64 | 401 | 51 | 42 |
| Binary | 1001000 | 110100 | 1111011 | 101001 | 111010 | 0 | 110100 | 100000001 | 101001 | 100010 |
Color Harmonies of #48347B
Complementary color
Monochromatic Colors of #48347B
Black with #48347B
Text Example
Text Example
White with #48347B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48347B; }
p { color: rgb(72,52,123); }
H1.HeaderClassName
{
color: #48347B;
}
.AnyTagClassName
{
color: #48347B;
}
</style>
background-color css
<style>
a { background-color: #48347B; }
a { background-color: rgb(72,52,123); }
div.DivClassName
{
background-color: #48347B;
}
.BgClassName
{
background-color: #48347B;
}
</style>
border-color css
<style>
span { border-color: #48347B; }
span { border-color: rgb(72,52,123); }
td.TdClassName
{
border-color: #48347B;
}
.TagClassName
{
border-color: #48347B;
}
</style>