Shades of Tory Blue #465388
Tints of Tory Blue #465388
RGB
CMYK
RGB Variations
Color information
#465388 (or 0x465388) is known color: Tory Blue. HEX triplet: 46, 53 and 88. RGB value is (70,83,136). Sum of RGB (Red+Green+Blue) = 70+83+136=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 136 - color contains mainly: blue. Hex color #465388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465388 is #B9AC77. Grayscale: #545454. Windows color (decimal): -12168312 or 8934214. OLE color: 8934214.
HSL color Cylindrical-coordinate representation of color #465388: hue angle of 228.18º 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 #465388 is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 83 | 136 | - |
| CMYK | 0.49 | 0.39 | 0 | 0.47 |
| HSL | 228.18º | 0.32% | 0.4% | - |
| HSV(B) | 228.18º | 0.49% | 0.53% | - |
| XYZ | 10.06 | 9.27 | 24.55 | - |
| YUV | 85.16 | 156.69 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 83 | 136 | 0.49 | 0.39 | 0 | 0.47 | 228.18 | 0.32 | 0.4 |
| Hex | 46 | 53 | 88 | 31 | 27 | 0 | 2F | E4 | 20 | 28 |
| Octal | 106 | 123 | 210 | 61 | 47 | 0 | 57 | 344 | 40 | 50 |
| Binary | 1000110 | 1010011 | 10001000 | 110001 | 100111 | 0 | 101111 | 11100100 | 100000 | 101000 |
Color Harmonies of #465388
Complementary color
Monochromatic Colors of #465388
Black with #465388
Text Example
Text Example
White with #465388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465388; }
p { color: rgb(70,83,136); }
H1.HeaderClassName
{
color: #465388;
}
.AnyTagClassName
{
color: #465388;
}
</style>
background-color css
<style>
a { background-color: #465388; }
a { background-color: rgb(70,83,136); }
div.DivClassName
{
background-color: #465388;
}
.BgClassName
{
background-color: #465388;
}
</style>
border-color css
<style>
span { border-color: #465388; }
span { border-color: rgb(70,83,136); }
td.TdClassName
{
border-color: #465388;
}
.TagClassName
{
border-color: #465388;
}
</style>