Shades of Tory Blue #465385
Tints of Tory Blue #465385
RGB
CMYK
RGB Variations
Color information
#465385 (or 0x465385) is known color: Tory Blue. HEX triplet: 46, 53 and 85. RGB value is (70,83,133). Sum of RGB (Red+Green+Blue) = 70+83+133=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 133 - color contains mainly: blue. Hex color #465385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465385 is #B9AC7A. Grayscale: #545454. Windows color (decimal): -12168315 or 8737606. OLE color: 8737606.
HSL color Cylindrical-coordinate representation of color #465385: hue angle of 227.62º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #465385 is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 70 | 83 | 133 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.48 |
| HSL | 227.62º | 0.31% | 0.4% | - |
| HSV(B) | 227.62º | 0.47% | 0.52% | - |
| XYZ | 9.85 | 9.18 | 23.44 | - |
| YUV | 84.81 | 155.19 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 83 | 133 | 0.47 | 0.38 | 0 | 0.48 | 227.62 | 0.31 | 0.4 |
| Hex | 46 | 53 | 85 | 2F | 26 | 0 | 30 | E4 | 1F | 28 |
| Octal | 106 | 123 | 205 | 57 | 46 | 0 | 60 | 344 | 37 | 50 |
| Binary | 1000110 | 1010011 | 10000101 | 101111 | 100110 | 0 | 110000 | 11100100 | 11111 | 101000 |
Color Harmonies of #465385
Complementary color
Monochromatic Colors of #465385
Black with #465385
Text Example
Text Example
White with #465385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465385; }
p { color: rgb(70,83,133); }
H1.HeaderClassName
{
color: #465385;
}
.AnyTagClassName
{
color: #465385;
}
</style>
background-color css
<style>
a { background-color: #465385; }
a { background-color: rgb(70,83,133); }
div.DivClassName
{
background-color: #465385;
}
.BgClassName
{
background-color: #465385;
}
</style>
border-color css
<style>
span { border-color: #465385; }
span { border-color: rgb(70,83,133); }
td.TdClassName
{
border-color: #465385;
}
.TagClassName
{
border-color: #465385;
}
</style>