Shades of Tory Blue #485389
Tints of Tory Blue #485389
RGB
CMYK
RGB Variations
Color information
#485389 (or 0x485389) is known color: Tory Blue. HEX triplet: 48, 53 and 89. RGB value is (72,83,137). Sum of RGB (Red+Green+Blue) = 72+83+137=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 137 (53.91% from 255 or 46.92% from 292); Max value from RGB is 137 - color contains mainly: blue. Hex color #485389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485389 is #B7AC76. Grayscale: #555555. Windows color (decimal): -12037239 or 8999752. OLE color: 8999752.
HSL color Cylindrical-coordinate representation of color #485389: hue angle of 229.85º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #485389 is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 83 | 137 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.46 |
| HSL | 229.85º | 0.31% | 0.41% | - |
| HSV(B) | 229.85º | 0.47% | 0.54% | - |
| XYZ | 10.28 | 9.37 | 24.93 | - |
| YUV | 85.87 | 156.86 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 83 | 137 | 0.47 | 0.39 | 0 | 0.46 | 229.85 | 0.31 | 0.41 |
| Hex | 48 | 53 | 89 | 2F | 27 | 0 | 2E | E6 | 1F | 29 |
| Octal | 110 | 123 | 211 | 57 | 47 | 0 | 56 | 346 | 37 | 51 |
| Binary | 1001000 | 1010011 | 10001001 | 101111 | 100111 | 0 | 101110 | 11100110 | 11111 | 101001 |
Color Harmonies of #485389
Complementary color
Monochromatic Colors of #485389
Black with #485389
Text Example
Text Example
White with #485389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485389; }
p { color: rgb(72,83,137); }
H1.HeaderClassName
{
color: #485389;
}
.AnyTagClassName
{
color: #485389;
}
</style>
background-color css
<style>
a { background-color: #485389; }
a { background-color: rgb(72,83,137); }
div.DivClassName
{
background-color: #485389;
}
.BgClassName
{
background-color: #485389;
}
</style>
border-color css
<style>
span { border-color: #485389; }
span { border-color: rgb(72,83,137); }
td.TdClassName
{
border-color: #485389;
}
.TagClassName
{
border-color: #485389;
}
</style>