Shades of Tory Blue #485385
Tints of Tory Blue #485385
RGB
CMYK
RGB Variations
Color information
#485385 (or 0x485385) is known color: Tory Blue. HEX triplet: 48, 53 and 85. RGB value is (72,83,133). Sum of RGB (Red+Green+Blue) = 72+83+133=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 133 - color contains mainly: blue. Hex color #485385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485385 is #B7AC7A. Grayscale: #555555. Windows color (decimal): -12037243 or 8737608. OLE color: 8737608.
HSL color Cylindrical-coordinate representation of color #485385: hue angle of 229.18º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #485385 is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 83 | 133 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.48 |
| HSL | 229.18º | 0.3% | 0.4% | - |
| HSV(B) | 229.18º | 0.46% | 0.52% | - |
| XYZ | 10 | 9.26 | 23.45 | - |
| YUV | 85.41 | 154.86 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 83 | 133 | 0.46 | 0.38 | 0 | 0.48 | 229.18 | 0.3 | 0.4 |
| Hex | 48 | 53 | 85 | 2E | 26 | 0 | 30 | E5 | 1E | 28 |
| Octal | 110 | 123 | 205 | 56 | 46 | 0 | 60 | 345 | 36 | 50 |
| Binary | 1001000 | 1010011 | 10000101 | 101110 | 100110 | 0 | 110000 | 11100101 | 11110 | 101000 |
Color Harmonies of #485385
Complementary color
Monochromatic Colors of #485385
Black with #485385
Text Example
Text Example
White with #485385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485385; }
p { color: rgb(72,83,133); }
H1.HeaderClassName
{
color: #485385;
}
.AnyTagClassName
{
color: #485385;
}
</style>
background-color css
<style>
a { background-color: #485385; }
a { background-color: rgb(72,83,133); }
div.DivClassName
{
background-color: #485385;
}
.BgClassName
{
background-color: #485385;
}
</style>
border-color css
<style>
span { border-color: #485385; }
span { border-color: rgb(72,83,133); }
td.TdClassName
{
border-color: #485385;
}
.TagClassName
{
border-color: #485385;
}
</style>