Shades of Tory Blue #48588A
Tints of Tory Blue #48588A
RGB
CMYK
RGB Variations
Color information
#48588A (or 0x48588A) is known color: Tory Blue. HEX triplet: 48, 58 and 8A. RGB value is (72,88,138). Sum of RGB (Red+Green+Blue) = 72+88+138=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 138 (54.30% from 255 or 46.31% from 298); Max value from RGB is 138 - color contains mainly: blue. Hex color #48588A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48588A is #B7A775. Grayscale: #585858. Windows color (decimal): -12035958 or 9066568. OLE color: 9066568.
HSL color Cylindrical-coordinate representation of color #48588A: hue angle of 225.45º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #48588A is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 88 | 138 | - |
| CMYK | 0.48 | 0.36 | 0 | 0.46 |
| HSL | 225.45º | 0.31% | 0.41% | - |
| HSV(B) | 225.45º | 0.48% | 0.54% | - |
| XYZ | 10.75 | 10.19 | 25.45 | - |
| YUV | 88.92 | 155.7 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 88 | 138 | 0.48 | 0.36 | 0 | 0.46 | 225.45 | 0.31 | 0.41 |
| Hex | 48 | 58 | 8A | 30 | 24 | 0 | 2E | E1 | 1F | 29 |
| Octal | 110 | 130 | 212 | 60 | 44 | 0 | 56 | 341 | 37 | 51 |
| Binary | 1001000 | 1011000 | 10001010 | 110000 | 100100 | 0 | 101110 | 11100001 | 11111 | 101001 |
Color Harmonies of #48588A
Complementary color
Monochromatic Colors of #48588A
Black with #48588A
Text Example
Text Example
White with #48588A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48588A; }
p { color: rgb(72,88,138); }
H1.HeaderClassName
{
color: #48588A;
}
.AnyTagClassName
{
color: #48588A;
}
</style>
background-color css
<style>
a { background-color: #48588A; }
a { background-color: rgb(72,88,138); }
div.DivClassName
{
background-color: #48588A;
}
.BgClassName
{
background-color: #48588A;
}
</style>
border-color css
<style>
span { border-color: #48588A; }
span { border-color: rgb(72,88,138); }
td.TdClassName
{
border-color: #48588A;
}
.TagClassName
{
border-color: #48588A;
}
</style>