Shades of Tory Blue #485184
Tints of Tory Blue #485184
RGB
CMYK
RGB Variations
Color information
#485184 (or 0x485184) is known color: Tory Blue. HEX triplet: 48, 51 and 84. RGB value is (72,81,132). Sum of RGB (Red+Green+Blue) = 72+81+132=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 132 - color contains mainly: blue. Hex color #485184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485184 is #B7AE7B. Grayscale: #535353. Windows color (decimal): -12037756 or 8671560. OLE color: 8671560.
HSL color Cylindrical-coordinate representation of color #485184: hue angle of 231º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #485184 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 81 | 132 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.48 |
| HSL | 231º | 0.29% | 0.4% | - |
| HSV(B) | 231º | 0.45% | 0.52% | - |
| XYZ | 9.78 | 8.93 | 23.04 | - |
| YUV | 84.12 | 155.02 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 81 | 132 | 0.45 | 0.39 | 0 | 0.48 | 231 | 0.29 | 0.4 |
| Hex | 48 | 51 | 84 | 2D | 27 | 0 | 30 | E7 | 1D | 28 |
| Octal | 110 | 121 | 204 | 55 | 47 | 0 | 60 | 347 | 35 | 50 |
| Binary | 1001000 | 1010001 | 10000100 | 101101 | 100111 | 0 | 110000 | 11100111 | 11101 | 101000 |
Color Harmonies of #485184
Complementary color
Monochromatic Colors of #485184
Black with #485184
Text Example
Text Example
White with #485184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485184; }
p { color: rgb(72,81,132); }
H1.HeaderClassName
{
color: #485184;
}
.AnyTagClassName
{
color: #485184;
}
</style>
background-color css
<style>
a { background-color: #485184; }
a { background-color: rgb(72,81,132); }
div.DivClassName
{
background-color: #485184;
}
.BgClassName
{
background-color: #485184;
}
</style>
border-color css
<style>
span { border-color: #485184; }
span { border-color: rgb(72,81,132); }
td.TdClassName
{
border-color: #485184;
}
.TagClassName
{
border-color: #485184;
}
</style>