Shades of Tory Blue #404D84
Tints of Tory Blue #404D84
RGB
CMYK
RGB Variations
Color information
#404D84 (or 0x404D84) is known color: Tory Blue. HEX triplet: 40, 4D and 84. RGB value is (64,77,132). Sum of RGB (Red+Green+Blue) = 64+77+132=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #404D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404D84 is #BFB27B. Grayscale: #4F4F4F. Windows color (decimal): -12563068 or 8670528. OLE color: 8670528.
HSL color Cylindrical-coordinate representation of color #404D84: hue angle of 228.53º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #404D84 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 77 | 132 | - |
| CMYK | 0.52 | 0.42 | 0 | 0.48 |
| HSL | 228.53º | 0.35% | 0.38% | - |
| HSV(B) | 228.53º | 0.52% | 0.52% | - |
| XYZ | 8.93 | 8.06 | 22.92 | - |
| YUV | 79.38 | 157.69 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 132 | 0.52 | 0.42 | 0 | 0.48 | 228.53 | 0.35 | 0.38 |
| Hex | 40 | 4D | 84 | 34 | 2A | 0 | 30 | E5 | 23 | 26 |
| Octal | 100 | 115 | 204 | 64 | 52 | 0 | 60 | 345 | 43 | 46 |
| Binary | 1000000 | 1001101 | 10000100 | 110100 | 101010 | 0 | 110000 | 11100101 | 100011 | 100110 |
Color Harmonies of #404D84
Complementary color
Monochromatic Colors of #404D84
Black with #404D84
Text Example
Text Example
White with #404D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404D84; }
p { color: rgb(64,77,132); }
H1.HeaderClassName
{
color: #404D84;
}
.AnyTagClassName
{
color: #404D84;
}
</style>
background-color css
<style>
a { background-color: #404D84; }
a { background-color: rgb(64,77,132); }
div.DivClassName
{
background-color: #404D84;
}
.BgClassName
{
background-color: #404D84;
}
</style>
border-color css
<style>
span { border-color: #404D84; }
span { border-color: rgb(64,77,132); }
td.TdClassName
{
border-color: #404D84;
}
.TagClassName
{
border-color: #404D84;
}
</style>