Shades of Tory Blue #404791
Tints of Tory Blue #404791
RGB
CMYK
RGB Variations
Color information
#404791 (or 0x404791) is known color: Tory Blue. HEX triplet: 40, 47 and 91. RGB value is (64,71,145). Sum of RGB (Red+Green+Blue) = 64+71+145=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #404791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404791 is #BFB86E. Grayscale: #4D4D4D. Windows color (decimal): -12564591 or 9520960. OLE color: 9520960.
HSL color Cylindrical-coordinate representation of color #404791: hue angle of 234.81º 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 #404791 is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 71 | 145 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.43 |
| HSL | 234.81º | 0.39% | 0.41% | - |
| HSV(B) | 234.81º | 0.56% | 0.57% | - |
| XYZ | 9.48 | 7.64 | 27.76 | - |
| YUV | 77.34 | 166.18 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 71 | 145 | 0.56 | 0.51 | 0 | 0.43 | 234.81 | 0.39 | 0.41 |
| Hex | 40 | 47 | 91 | 38 | 33 | 0 | 2B | EB | 27 | 29 |
| Octal | 100 | 107 | 221 | 70 | 63 | 0 | 53 | 353 | 47 | 51 |
| Binary | 1000000 | 1000111 | 10010001 | 111000 | 110011 | 0 | 101011 | 11101011 | 100111 | 101001 |
Color Harmonies of #404791
Complementary color
Monochromatic Colors of #404791
Black with #404791
Text Example
Text Example
White with #404791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404791; }
p { color: rgb(64,71,145); }
H1.HeaderClassName
{
color: #404791;
}
.AnyTagClassName
{
color: #404791;
}
</style>
background-color css
<style>
a { background-color: #404791; }
a { background-color: rgb(64,71,145); }
div.DivClassName
{
background-color: #404791;
}
.BgClassName
{
background-color: #404791;
}
</style>
border-color css
<style>
span { border-color: #404791; }
span { border-color: rgb(64,71,145); }
td.TdClassName
{
border-color: #404791;
}
.TagClassName
{
border-color: #404791;
}
</style>