Shades of Tory Blue #404A8A
Tints of Tory Blue #404A8A
RGB
CMYK
RGB Variations
Color information
#404A8A (or 0x404A8A) is known color: Tory Blue. HEX triplet: 40, 4A and 8A. RGB value is (64,74,138). Sum of RGB (Red+Green+Blue) = 64+74+138=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 138 (54.30% from 255 or 50% from 276); Max value from RGB is 138 - color contains mainly: blue. Hex color #404A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404A8A is #BFB575. Grayscale: #4E4E4E. Windows color (decimal): -12563830 or 9062976. OLE color: 9062976.
HSL color Cylindrical-coordinate representation of color #404A8A: hue angle of 231.89º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #404A8A is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 74 | 138 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.46 |
| HSL | 231.89º | 0.37% | 0.4% | - |
| HSV(B) | 231.89º | 0.54% | 0.54% | - |
| XYZ | 9.15 | 7.82 | 25.07 | - |
| YUV | 78.31 | 161.69 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 138 | 0.54 | 0.46 | 0 | 0.46 | 231.89 | 0.37 | 0.4 |
| Hex | 40 | 4A | 8A | 36 | 2E | 0 | 2E | E8 | 25 | 28 |
| Octal | 100 | 112 | 212 | 66 | 56 | 0 | 56 | 350 | 45 | 50 |
| Binary | 1000000 | 1001010 | 10001010 | 110110 | 101110 | 0 | 101110 | 11101000 | 100101 | 101000 |
Color Harmonies of #404A8A
Complementary color
Monochromatic Colors of #404A8A
Black with #404A8A
Text Example
Text Example
White with #404A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404A8A; }
p { color: rgb(64,74,138); }
H1.HeaderClassName
{
color: #404A8A;
}
.AnyTagClassName
{
color: #404A8A;
}
</style>
background-color css
<style>
a { background-color: #404A8A; }
a { background-color: rgb(64,74,138); }
div.DivClassName
{
background-color: #404A8A;
}
.BgClassName
{
background-color: #404A8A;
}
</style>
border-color css
<style>
span { border-color: #404A8A; }
span { border-color: rgb(64,74,138); }
td.TdClassName
{
border-color: #404A8A;
}
.TagClassName
{
border-color: #404A8A;
}
</style>