Shades of Tory Blue #465588
Tints of Tory Blue #465588
RGB
CMYK
RGB Variations
Color information
#465588 (or 0x465588) is known color: Tory Blue. HEX triplet: 46, 55 and 88. RGB value is (70,85,136). Sum of RGB (Red+Green+Blue) = 70+85+136=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 136 (53.52% from 255 or 46.74% from 291); Max value from RGB is 136 - color contains mainly: blue. Hex color #465588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465588 is #B9AA77. Grayscale: #565656. Windows color (decimal): -12167800 or 8934726. OLE color: 8934726.
HSL color Cylindrical-coordinate representation of color #465588: hue angle of 226.36º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #465588 is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 85 | 136 | - |
| CMYK | 0.49 | 0.38 | 0 | 0.47 |
| HSL | 226.36º | 0.32% | 0.4% | - |
| HSV(B) | 226.36º | 0.49% | 0.53% | - |
| XYZ | 10.22 | 9.58 | 24.6 | - |
| YUV | 86.33 | 156.03 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 85 | 136 | 0.49 | 0.38 | 0 | 0.47 | 226.36 | 0.32 | 0.4 |
| Hex | 46 | 55 | 88 | 31 | 26 | 0 | 2F | E2 | 20 | 28 |
| Octal | 106 | 125 | 210 | 61 | 46 | 0 | 57 | 342 | 40 | 50 |
| Binary | 1000110 | 1010101 | 10001000 | 110001 | 100110 | 0 | 101111 | 11100010 | 100000 | 101000 |
Color Harmonies of #465588
Complementary color
Monochromatic Colors of #465588
Black with #465588
Text Example
Text Example
White with #465588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465588; }
p { color: rgb(70,85,136); }
H1.HeaderClassName
{
color: #465588;
}
.AnyTagClassName
{
color: #465588;
}
</style>
background-color css
<style>
a { background-color: #465588; }
a { background-color: rgb(70,85,136); }
div.DivClassName
{
background-color: #465588;
}
.BgClassName
{
background-color: #465588;
}
</style>
border-color css
<style>
span { border-color: #465588; }
span { border-color: rgb(70,85,136); }
td.TdClassName
{
border-color: #465588;
}
.TagClassName
{
border-color: #465588;
}
</style>