Shades of Tory Blue #48598B
Tints of Tory Blue #48598B
RGB
CMYK
RGB Variations
Color information
#48598B (or 0x48598B) is known color: Tory Blue. HEX triplet: 48, 59 and 8B. RGB value is (72,89,139). Sum of RGB (Red+Green+Blue) = 72+89+139=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #48598B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48598B is #B7A674. Grayscale: #595959. Windows color (decimal): -12035701 or 9132360. OLE color: 9132360.
HSL color Cylindrical-coordinate representation of color #48598B: hue angle of 224.78º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #48598B is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 89 | 139 | - |
| CMYK | 0.48 | 0.36 | 0 | 0.45 |
| HSL | 224.78º | 0.32% | 0.41% | - |
| HSV(B) | 224.78º | 0.48% | 0.55% | - |
| XYZ | 10.91 | 10.39 | 25.86 | - |
| YUV | 89.62 | 155.87 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 89 | 139 | 0.48 | 0.36 | 0 | 0.45 | 224.78 | 0.32 | 0.41 |
| Hex | 48 | 59 | 8B | 30 | 24 | 0 | 2D | E1 | 20 | 29 |
| Octal | 110 | 131 | 213 | 60 | 44 | 0 | 55 | 341 | 40 | 51 |
| Binary | 1001000 | 1011001 | 10001011 | 110000 | 100100 | 0 | 101101 | 11100001 | 100000 | 101001 |
Color Harmonies of #48598B
Complementary color
Monochromatic Colors of #48598B
Black with #48598B
Text Example
Text Example
White with #48598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48598B; }
p { color: rgb(72,89,139); }
H1.HeaderClassName
{
color: #48598B;
}
.AnyTagClassName
{
color: #48598B;
}
</style>
background-color css
<style>
a { background-color: #48598B; }
a { background-color: rgb(72,89,139); }
div.DivClassName
{
background-color: #48598B;
}
.BgClassName
{
background-color: #48598B;
}
</style>
border-color css
<style>
span { border-color: #48598B; }
span { border-color: rgb(72,89,139); }
td.TdClassName
{
border-color: #48598B;
}
.TagClassName
{
border-color: #48598B;
}
</style>