Shades of Tory Blue #405098
Tints of Tory Blue #405098
RGB
CMYK
RGB Variations
Color information
#405098 (or 0x405098) is known color: Tory Blue. HEX triplet: 40, 50 and 98. RGB value is (64,80,152). Sum of RGB (Red+Green+Blue) = 64+80+152=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 152 (59.77% from 255 or 51.35% from 296); Max value from RGB is 152 - color contains mainly: blue. Hex color #405098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405098 is #BFAF67. Grayscale: #535353. Windows color (decimal): -12562280 or 9982016. OLE color: 9982016.
HSL color Cylindrical-coordinate representation of color #405098: hue angle of 229.09º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #405098 is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 80 | 152 | - |
| CMYK | 0.58 | 0.47 | 0 | 0.40 |
| HSL | 229.09º | 0.41% | 0.42% | - |
| HSV(B) | 229.09º | 0.58% | 0.6% | - |
| XYZ | 10.65 | 9.09 | 30.9 | - |
| YUV | 83.42 | 166.7 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 80 | 152 | 0.58 | 0.47 | 0 | 0.40 | 229.09 | 0.41 | 0.42 |
| Hex | 40 | 50 | 98 | 3A | 2F | 0 | 28 | E5 | 29 | 2A |
| Octal | 100 | 120 | 230 | 72 | 57 | 0 | 50 | 345 | 51 | 52 |
| Binary | 1000000 | 1010000 | 10011000 | 111010 | 101111 | 0 | 101000 | 11100101 | 101001 | 101010 |
Color Harmonies of #405098
Complementary color
Monochromatic Colors of #405098
Black with #405098
Text Example
Text Example
White with #405098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405098; }
p { color: rgb(64,80,152); }
H1.HeaderClassName
{
color: #405098;
}
.AnyTagClassName
{
color: #405098;
}
</style>
background-color css
<style>
a { background-color: #405098; }
a { background-color: rgb(64,80,152); }
div.DivClassName
{
background-color: #405098;
}
.BgClassName
{
background-color: #405098;
}
</style>
border-color css
<style>
span { border-color: #405098; }
span { border-color: rgb(64,80,152); }
td.TdClassName
{
border-color: #405098;
}
.TagClassName
{
border-color: #405098;
}
</style>