Shades of Tory Blue #404F83
Tints of Tory Blue #404F83
RGB
CMYK
RGB Variations
Color information
#404F83 (or 0x404F83) is known color: Tory Blue. HEX triplet: 40, 4F and 83. RGB value is (64,79,131). Sum of RGB (Red+Green+Blue) = 64+79+131=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 131 (51.56% from 255 or 47.81% from 274); Max value from RGB is 131 - color contains mainly: blue. Hex color #404F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404F83 is #BFB07C. Grayscale: #505050. Windows color (decimal): -12562557 or 8605504. OLE color: 8605504.
HSL color Cylindrical-coordinate representation of color #404F83: hue angle of 226.57º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #404F83 is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 79 | 131 | - |
| CMYK | 0.51 | 0.40 | 0 | 0.49 |
| HSL | 226.57º | 0.34% | 0.38% | - |
| HSV(B) | 226.57º | 0.51% | 0.51% | - |
| XYZ | 9.01 | 8.32 | 22.6 | - |
| YUV | 80.44 | 156.53 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 79 | 131 | 0.51 | 0.40 | 0 | 0.49 | 226.57 | 0.34 | 0.38 |
| Hex | 40 | 4F | 83 | 33 | 28 | 0 | 31 | E3 | 22 | 26 |
| Octal | 100 | 117 | 203 | 63 | 50 | 0 | 61 | 343 | 42 | 46 |
| Binary | 1000000 | 1001111 | 10000011 | 110011 | 101000 | 0 | 110001 | 11100011 | 100010 | 100110 |
Color Harmonies of #404F83
Complementary color
Monochromatic Colors of #404F83
Black with #404F83
Text Example
Text Example
White with #404F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404F83; }
p { color: rgb(64,79,131); }
H1.HeaderClassName
{
color: #404F83;
}
.AnyTagClassName
{
color: #404F83;
}
</style>
background-color css
<style>
a { background-color: #404F83; }
a { background-color: rgb(64,79,131); }
div.DivClassName
{
background-color: #404F83;
}
.BgClassName
{
background-color: #404F83;
}
</style>
border-color css
<style>
span { border-color: #404F83; }
span { border-color: rgb(64,79,131); }
td.TdClassName
{
border-color: #404F83;
}
.TagClassName
{
border-color: #404F83;
}
</style>