Shades of Tory Blue #404C8B
Tints of Tory Blue #404C8B
RGB
CMYK
RGB Variations
Color information
#404C8B (or 0x404C8B) is known color: Tory Blue. HEX triplet: 40, 4C and 8B. RGB value is (64,76,139). Sum of RGB (Red+Green+Blue) = 64+76+139=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #404C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404C8B is #BFB374. Grayscale: #4F4F4F. Windows color (decimal): -12563317 or 9129024. OLE color: 9129024.
HSL color Cylindrical-coordinate representation of color #404C8B: hue angle of 230.4º 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 #404C8B is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 76 | 139 | - |
| CMYK | 0.54 | 0.45 | 0 | 0.45 |
| HSL | 230.4º | 0.37% | 0.4% | - |
| HSV(B) | 230.4º | 0.54% | 0.55% | - |
| XYZ | 9.36 | 8.12 | 25.5 | - |
| YUV | 79.59 | 161.52 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 76 | 139 | 0.54 | 0.45 | 0 | 0.45 | 230.4 | 0.37 | 0.4 |
| Hex | 40 | 4C | 8B | 36 | 2D | 0 | 2D | E6 | 25 | 28 |
| Octal | 100 | 114 | 213 | 66 | 55 | 0 | 55 | 346 | 45 | 50 |
| Binary | 1000000 | 1001100 | 10001011 | 110110 | 101101 | 0 | 101101 | 11100110 | 100101 | 101000 |
Color Harmonies of #404C8B
Complementary color
Monochromatic Colors of #404C8B
Black with #404C8B
Text Example
Text Example
White with #404C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404C8B; }
p { color: rgb(64,76,139); }
H1.HeaderClassName
{
color: #404C8B;
}
.AnyTagClassName
{
color: #404C8B;
}
</style>
background-color css
<style>
a { background-color: #404C8B; }
a { background-color: rgb(64,76,139); }
div.DivClassName
{
background-color: #404C8B;
}
.BgClassName
{
background-color: #404C8B;
}
</style>
border-color css
<style>
span { border-color: #404C8B; }
span { border-color: rgb(64,76,139); }
td.TdClassName
{
border-color: #404C8B;
}
.TagClassName
{
border-color: #404C8B;
}
</style>