Shades of Tory Blue #404D95
Tints of Tory Blue #404D95
RGB
CMYK
RGB Variations
Color information
#404D95 (or 0x404D95) is known color: Tory Blue. HEX triplet: 40, 4D and 95. RGB value is (64,77,149). Sum of RGB (Red+Green+Blue) = 64+77+149=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 149 (58.59% from 255 or 51.38% from 290); Max value from RGB is 149 - color contains mainly: blue. Hex color #404D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404D95 is #BFB26A. Grayscale: #515151. Windows color (decimal): -12563051 or 9784640. OLE color: 9784640.
HSL color Cylindrical-coordinate representation of color #404D95: hue angle of 230.82º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #404D95 is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 77 | 149 | - |
| CMYK | 0.57 | 0.48 | 0 | 0.42 |
| HSL | 230.82º | 0.4% | 0.42% | - |
| HSV(B) | 230.82º | 0.57% | 0.58% | - |
| XYZ | 10.19 | 8.57 | 29.55 | - |
| YUV | 81.32 | 166.19 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 149 | 0.57 | 0.48 | 0 | 0.42 | 230.82 | 0.4 | 0.42 |
| Hex | 40 | 4D | 95 | 39 | 30 | 0 | 2A | E7 | 28 | 2A |
| Octal | 100 | 115 | 225 | 71 | 60 | 0 | 52 | 347 | 50 | 52 |
| Binary | 1000000 | 1001101 | 10010101 | 111001 | 110000 | 0 | 101010 | 11100111 | 101000 | 101010 |
Color Harmonies of #404D95
Complementary color
Monochromatic Colors of #404D95
Black with #404D95
Text Example
Text Example
White with #404D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404D95; }
p { color: rgb(64,77,149); }
H1.HeaderClassName
{
color: #404D95;
}
.AnyTagClassName
{
color: #404D95;
}
</style>
background-color css
<style>
a { background-color: #404D95; }
a { background-color: rgb(64,77,149); }
div.DivClassName
{
background-color: #404D95;
}
.BgClassName
{
background-color: #404D95;
}
</style>
border-color css
<style>
span { border-color: #404D95; }
span { border-color: rgb(64,77,149); }
td.TdClassName
{
border-color: #404D95;
}
.TagClassName
{
border-color: #404D95;
}
</style>