Shades of Tory Blue #404B83
Tints of Tory Blue #404B83
RGB
CMYK
RGB Variations
Color information
#404B83 (or 0x404B83) is known color: Tory Blue. HEX triplet: 40, 4B and 83. RGB value is (64,75,131). Sum of RGB (Red+Green+Blue) = 64+75+131=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 131 (51.56% from 255 or 48.52% from 270); Max value from RGB is 131 - color contains mainly: blue. Hex color #404B83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404B83 is #BFB47C. Grayscale: #4D4D4D. Windows color (decimal): -12563581 or 8604480. OLE color: 8604480.
HSL color Cylindrical-coordinate representation of color #404B83: hue angle of 230.15º 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 #404B83 is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 75 | 131 | - |
| CMYK | 0.51 | 0.43 | 0 | 0.49 |
| HSL | 230.15º | 0.34% | 0.38% | - |
| HSV(B) | 230.15º | 0.51% | 0.51% | - |
| XYZ | 8.73 | 7.76 | 22.51 | - |
| YUV | 78.1 | 157.86 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 131 | 0.51 | 0.43 | 0 | 0.49 | 230.15 | 0.34 | 0.38 |
| Hex | 40 | 4B | 83 | 33 | 2B | 0 | 31 | E6 | 22 | 26 |
| Octal | 100 | 113 | 203 | 63 | 53 | 0 | 61 | 346 | 42 | 46 |
| Binary | 1000000 | 1001011 | 10000011 | 110011 | 101011 | 0 | 110001 | 11100110 | 100010 | 100110 |
Color Harmonies of #404B83
Complementary color
Monochromatic Colors of #404B83
Black with #404B83
Text Example
Text Example
White with #404B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404B83; }
p { color: rgb(64,75,131); }
H1.HeaderClassName
{
color: #404B83;
}
.AnyTagClassName
{
color: #404B83;
}
</style>
background-color css
<style>
a { background-color: #404B83; }
a { background-color: rgb(64,75,131); }
div.DivClassName
{
background-color: #404B83;
}
.BgClassName
{
background-color: #404B83;
}
</style>
border-color css
<style>
span { border-color: #404B83; }
span { border-color: rgb(64,75,131); }
td.TdClassName
{
border-color: #404B83;
}
.TagClassName
{
border-color: #404B83;
}
</style>