Shades of Tory Blue #404F80
Tints of Tory Blue #404F80
RGB
CMYK
RGB Variations
Color information
#404F80 (or 0x404F80) is known color: Tory Blue. HEX triplet: 40, 4F and 80. RGB value is (64,79,128). Sum of RGB (Red+Green+Blue) = 64+79+128=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 128 (50.39% from 255 or 47.23% from 271); Max value from RGB is 128 - color contains mainly: blue. Hex color #404F80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404F80 is #BFB07F. Grayscale: #4F4F4F. Windows color (decimal): -12562560 or 8408896. OLE color: 8408896.
HSL color Cylindrical-coordinate representation of color #404F80: hue angle of 225.94º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #404F80 is Cyan = 0.5, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 64 | 79 | 128 | - |
| CMYK | 0.5 | 0.38 | 0 | 0.50 |
| HSL | 225.94º | 0.33% | 0.38% | - |
| HSV(B) | 225.94º | 0.5% | 0.5% | - |
| XYZ | 8.81 | 8.24 | 21.55 | - |
| YUV | 80.1 | 155.03 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 79 | 128 | 0.5 | 0.38 | 0 | 0.50 | 225.94 | 0.33 | 0.38 |
| Hex | 40 | 4F | 80 | 32 | 26 | 0 | 32 | E2 | 21 | 26 |
| Octal | 100 | 117 | 200 | 62 | 46 | 0 | 62 | 342 | 41 | 46 |
| Binary | 1000000 | 1001111 | 10000000 | 110010 | 100110 | 0 | 110010 | 11100010 | 100001 | 100110 |
Color Harmonies of #404F80
Complementary color
Monochromatic Colors of #404F80
Black with #404F80
Text Example
Text Example
White with #404F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404F80; }
p { color: rgb(64,79,128); }
H1.HeaderClassName
{
color: #404F80;
}
.AnyTagClassName
{
color: #404F80;
}
</style>
background-color css
<style>
a { background-color: #404F80; }
a { background-color: rgb(64,79,128); }
div.DivClassName
{
background-color: #404F80;
}
.BgClassName
{
background-color: #404F80;
}
</style>
border-color css
<style>
span { border-color: #404F80; }
span { border-color: rgb(64,79,128); }
td.TdClassName
{
border-color: #404F80;
}
.TagClassName
{
border-color: #404F80;
}
</style>