Shades of Tory Blue #404D81
Tints of Tory Blue #404D81
RGB
CMYK
RGB Variations
Color information
#404D81 (or 0x404D81) is known color: Tory Blue. HEX triplet: 40, 4D and 81. RGB value is (64,77,129). Sum of RGB (Red+Green+Blue) = 64+77+129=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 129 (50.78% from 255 or 47.78% from 270); Max value from RGB is 129 - color contains mainly: blue. Hex color #404D81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404D81 is #BFB27E. Grayscale: #4E4E4E. Windows color (decimal): -12563071 or 8473920. OLE color: 8473920.
HSL color Cylindrical-coordinate representation of color #404D81: hue angle of 228º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #404D81 is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 77 | 129 | - |
| CMYK | 0.50 | 0.40 | 0 | 0.49 |
| HSL | 228º | 0.34% | 0.38% | - |
| HSV(B) | 228º | 0.5% | 0.51% | - |
| XYZ | 8.73 | 7.98 | 21.85 | - |
| YUV | 79.04 | 156.19 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 129 | 0.50 | 0.40 | 0 | 0.49 | 228 | 0.34 | 0.38 |
| Hex | 40 | 4D | 81 | 32 | 28 | 0 | 31 | E4 | 22 | 26 |
| Octal | 100 | 115 | 201 | 62 | 50 | 0 | 61 | 344 | 42 | 46 |
| Binary | 1000000 | 1001101 | 10000001 | 110010 | 101000 | 0 | 110001 | 11100100 | 100010 | 100110 |
Color Harmonies of #404D81
Complementary color
Monochromatic Colors of #404D81
Black with #404D81
Text Example
Text Example
White with #404D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404D81; }
p { color: rgb(64,77,129); }
H1.HeaderClassName
{
color: #404D81;
}
.AnyTagClassName
{
color: #404D81;
}
</style>
background-color css
<style>
a { background-color: #404D81; }
a { background-color: rgb(64,77,129); }
div.DivClassName
{
background-color: #404D81;
}
.BgClassName
{
background-color: #404D81;
}
</style>
border-color css
<style>
span { border-color: #404D81; }
span { border-color: rgb(64,77,129); }
td.TdClassName
{
border-color: #404D81;
}
.TagClassName
{
border-color: #404D81;
}
</style>