Shades of Tory Blue #404A8B
Tints of Tory Blue #404A8B
RGB
CMYK
RGB Variations
Color information
#404A8B (or 0x404A8B) is known color: Tory Blue. HEX triplet: 40, 4A and 8B. RGB value is (64,74,139). Sum of RGB (Red+Green+Blue) = 64+74+139=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #404A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404A8B is #BFB574. Grayscale: #4E4E4E. Windows color (decimal): -12563829 or 9128512. OLE color: 9128512.
HSL color Cylindrical-coordinate representation of color #404A8B: hue angle of 232º 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 #404A8B is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 74 | 139 | - |
| CMYK | 0.54 | 0.47 | 0 | 0.45 |
| HSL | 232º | 0.37% | 0.4% | - |
| HSV(B) | 232º | 0.54% | 0.55% | - |
| XYZ | 9.22 | 7.85 | 25.46 | - |
| YUV | 78.42 | 162.19 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 139 | 0.54 | 0.47 | 0 | 0.45 | 232 | 0.37 | 0.4 |
| Hex | 40 | 4A | 8B | 36 | 2F | 0 | 2D | E8 | 25 | 28 |
| Octal | 100 | 112 | 213 | 66 | 57 | 0 | 55 | 350 | 45 | 50 |
| Binary | 1000000 | 1001010 | 10001011 | 110110 | 101111 | 0 | 101101 | 11101000 | 100101 | 101000 |
Color Harmonies of #404A8B
Complementary color
Monochromatic Colors of #404A8B
Black with #404A8B
Text Example
Text Example
White with #404A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404A8B; }
p { color: rgb(64,74,139); }
H1.HeaderClassName
{
color: #404A8B;
}
.AnyTagClassName
{
color: #404A8B;
}
</style>
background-color css
<style>
a { background-color: #404A8B; }
a { background-color: rgb(64,74,139); }
div.DivClassName
{
background-color: #404A8B;
}
.BgClassName
{
background-color: #404A8B;
}
</style>
border-color css
<style>
span { border-color: #404A8B; }
span { border-color: rgb(64,74,139); }
td.TdClassName
{
border-color: #404A8B;
}
.TagClassName
{
border-color: #404A8B;
}
</style>