Shades of Tory Blue #465083
Tints of Tory Blue #465083
RGB
CMYK
RGB Variations
Color information
#465083 (or 0x465083) is known color: Tory Blue. HEX triplet: 46, 50 and 83. RGB value is (70,80,131). Sum of RGB (Red+Green+Blue) = 70+80+131=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 131 (51.56% from 255 or 46.62% from 281); Max value from RGB is 131 - color contains mainly: blue. Hex color #465083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465083 is #B9AF7C. Grayscale: #525252. Windows color (decimal): -12169085 or 8605766. OLE color: 8605766.
HSL color Cylindrical-coordinate representation of color #465083: hue angle of 230.16º 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 #465083 is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 80 | 131 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.49 |
| HSL | 230.16º | 0.3% | 0.39% | - |
| HSV(B) | 230.16º | 0.47% | 0.51% | - |
| XYZ | 9.49 | 8.68 | 22.65 | - |
| YUV | 82.82 | 155.19 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 80 | 131 | 0.47 | 0.39 | 0 | 0.49 | 230.16 | 0.3 | 0.39 |
| Hex | 46 | 50 | 83 | 2F | 27 | 0 | 31 | E6 | 1E | 27 |
| Octal | 106 | 120 | 203 | 57 | 47 | 0 | 61 | 346 | 36 | 47 |
| Binary | 1000110 | 1010000 | 10000011 | 101111 | 100111 | 0 | 110001 | 11100110 | 11110 | 100111 |
Color Harmonies of #465083
Complementary color
Monochromatic Colors of #465083
Black with #465083
Text Example
Text Example
White with #465083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465083; }
p { color: rgb(70,80,131); }
H1.HeaderClassName
{
color: #465083;
}
.AnyTagClassName
{
color: #465083;
}
</style>
background-color css
<style>
a { background-color: #465083; }
a { background-color: rgb(70,80,131); }
div.DivClassName
{
background-color: #465083;
}
.BgClassName
{
background-color: #465083;
}
</style>
border-color css
<style>
span { border-color: #465083; }
span { border-color: rgb(70,80,131); }
td.TdClassName
{
border-color: #465083;
}
.TagClassName
{
border-color: #465083;
}
</style>