Shades of Tory Blue #404A8C
Tints of Tory Blue #404A8C
RGB
CMYK
RGB Variations
Color information
#404A8C (or 0x404A8C) is known color: Tory Blue. HEX triplet: 40, 4A and 8C. RGB value is (64,74,140). Sum of RGB (Red+Green+Blue) = 64+74+140=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 140 (55.08% from 255 or 50.36% from 278); Max value from RGB is 140 - color contains mainly: blue. Hex color #404A8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404A8C is #BFB573. Grayscale: #4E4E4E. Windows color (decimal): -12563828 or 9194048. OLE color: 9194048.
HSL color Cylindrical-coordinate representation of color #404A8C: hue angle of 232.11º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #404A8C is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 74 | 140 | - |
| CMYK | 0.54 | 0.47 | 0 | 0.45 |
| HSL | 232.11º | 0.37% | 0.4% | - |
| HSV(B) | 232.11º | 0.54% | 0.55% | - |
| XYZ | 9.3 | 7.88 | 25.84 | - |
| YUV | 78.53 | 162.69 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 140 | 0.54 | 0.47 | 0 | 0.45 | 232.11 | 0.37 | 0.4 |
| Hex | 40 | 4A | 8C | 36 | 2F | 0 | 2D | E8 | 25 | 28 |
| Octal | 100 | 112 | 214 | 66 | 57 | 0 | 55 | 350 | 45 | 50 |
| Binary | 1000000 | 1001010 | 10001100 | 110110 | 101111 | 0 | 101101 | 11101000 | 100101 | 101000 |
Color Harmonies of #404A8C
Complementary color
Monochromatic Colors of #404A8C
Black with #404A8C
Text Example
Text Example
White with #404A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404A8C; }
p { color: rgb(64,74,140); }
H1.HeaderClassName
{
color: #404A8C;
}
.AnyTagClassName
{
color: #404A8C;
}
</style>
background-color css
<style>
a { background-color: #404A8C; }
a { background-color: rgb(64,74,140); }
div.DivClassName
{
background-color: #404A8C;
}
.BgClassName
{
background-color: #404A8C;
}
</style>
border-color css
<style>
span { border-color: #404A8C; }
span { border-color: rgb(64,74,140); }
td.TdClassName
{
border-color: #404A8C;
}
.TagClassName
{
border-color: #404A8C;
}
</style>