Shades of Tory Blue #404E92
Tints of Tory Blue #404E92
RGB
CMYK
RGB Variations
Color information
#404E92 (or 0x404E92) is known color: Tory Blue. HEX triplet: 40, 4E and 92. RGB value is (64,78,146). Sum of RGB (Red+Green+Blue) = 64+78+146=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 146 (57.42% from 255 or 50.69% from 288); Max value from RGB is 146 - color contains mainly: blue. Hex color #404E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404E92 is #BFB16D. Grayscale: #515151. Windows color (decimal): -12562798 or 9588288. OLE color: 9588288.
HSL color Cylindrical-coordinate representation of color #404E92: hue angle of 229.76º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #404E92 is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 78 | 146 | - |
| CMYK | 0.56 | 0.47 | 0 | 0.43 |
| HSL | 229.76º | 0.39% | 0.41% | - |
| HSV(B) | 229.76º | 0.56% | 0.57% | - |
| XYZ | 10.03 | 8.61 | 28.33 | - |
| YUV | 81.57 | 164.36 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 146 | 0.56 | 0.47 | 0 | 0.43 | 229.76 | 0.39 | 0.41 |
| Hex | 40 | 4E | 92 | 38 | 2F | 0 | 2B | E6 | 27 | 29 |
| Octal | 100 | 116 | 222 | 70 | 57 | 0 | 53 | 346 | 47 | 51 |
| Binary | 1000000 | 1001110 | 10010010 | 111000 | 101111 | 0 | 101011 | 11100110 | 100111 | 101001 |
Color Harmonies of #404E92
Complementary color
Monochromatic Colors of #404E92
Black with #404E92
Text Example
Text Example
White with #404E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404E92; }
p { color: rgb(64,78,146); }
H1.HeaderClassName
{
color: #404E92;
}
.AnyTagClassName
{
color: #404E92;
}
</style>
background-color css
<style>
a { background-color: #404E92; }
a { background-color: rgb(64,78,146); }
div.DivClassName
{
background-color: #404E92;
}
.BgClassName
{
background-color: #404E92;
}
</style>
border-color css
<style>
span { border-color: #404E92; }
span { border-color: rgb(64,78,146); }
td.TdClassName
{
border-color: #404E92;
}
.TagClassName
{
border-color: #404E92;
}
</style>