Shades of Tory Blue #465283
Tints of Tory Blue #465283
RGB
CMYK
RGB Variations
Color information
#465283 (or 0x465283) is known color: Tory Blue. HEX triplet: 46, 52 and 83. RGB value is (70,82,131). Sum of RGB (Red+Green+Blue) = 70+82+131=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 131 (51.56% from 255 or 46.29% from 283); Max value from RGB is 131 - color contains mainly: blue. Hex color #465283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465283 is #B9AD7C. Grayscale: #535353. Windows color (decimal): -12168573 or 8606278. OLE color: 8606278.
HSL color Cylindrical-coordinate representation of color #465283: hue angle of 228.2º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #465283 is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 82 | 131 | - |
| CMYK | 0.47 | 0.37 | 0 | 0.49 |
| HSL | 228.2º | 0.3% | 0.39% | - |
| HSV(B) | 228.2º | 0.47% | 0.51% | - |
| XYZ | 9.64 | 8.98 | 22.7 | - |
| YUV | 84 | 154.52 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 82 | 131 | 0.47 | 0.37 | 0 | 0.49 | 228.2 | 0.3 | 0.39 |
| Hex | 46 | 52 | 83 | 2F | 25 | 0 | 31 | E4 | 1E | 27 |
| Octal | 106 | 122 | 203 | 57 | 45 | 0 | 61 | 344 | 36 | 47 |
| Binary | 1000110 | 1010010 | 10000011 | 101111 | 100101 | 0 | 110001 | 11100100 | 11110 | 100111 |
Color Harmonies of #465283
Complementary color
Monochromatic Colors of #465283
Black with #465283
Text Example
Text Example
White with #465283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465283; }
p { color: rgb(70,82,131); }
H1.HeaderClassName
{
color: #465283;
}
.AnyTagClassName
{
color: #465283;
}
</style>
background-color css
<style>
a { background-color: #465283; }
a { background-color: rgb(70,82,131); }
div.DivClassName
{
background-color: #465283;
}
.BgClassName
{
background-color: #465283;
}
</style>
border-color css
<style>
span { border-color: #465283; }
span { border-color: rgb(70,82,131); }
td.TdClassName
{
border-color: #465283;
}
.TagClassName
{
border-color: #465283;
}
</style>