Shades of Tory Blue #404F92
Tints of Tory Blue #404F92
RGB
CMYK
RGB Variations
Color information
#404F92 (or 0x404F92) is known color: Tory Blue. HEX triplet: 40, 4F and 92. RGB value is (64,79,146). Sum of RGB (Red+Green+Blue) = 64+79+146=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 146 (57.42% from 255 or 50.52% from 289); Max value from RGB is 146 - color contains mainly: blue. Hex color #404F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404F92 is #BFB06D. Grayscale: #515151. Windows color (decimal): -12562542 or 9588544. OLE color: 9588544.
HSL color Cylindrical-coordinate representation of color #404F92: hue angle of 229.02º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #404F92 is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 79 | 146 | - |
| CMYK | 0.56 | 0.46 | 0 | 0.43 |
| HSL | 229.02º | 0.39% | 0.41% | - |
| HSV(B) | 229.02º | 0.56% | 0.57% | - |
| XYZ | 10.1 | 8.76 | 28.35 | - |
| YUV | 82.15 | 164.03 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 79 | 146 | 0.56 | 0.46 | 0 | 0.43 | 229.02 | 0.39 | 0.41 |
| Hex | 40 | 4F | 92 | 38 | 2E | 0 | 2B | E5 | 27 | 29 |
| Octal | 100 | 117 | 222 | 70 | 56 | 0 | 53 | 345 | 47 | 51 |
| Binary | 1000000 | 1001111 | 10010010 | 111000 | 101110 | 0 | 101011 | 11100101 | 100111 | 101001 |
Color Harmonies of #404F92
Complementary color
Monochromatic Colors of #404F92
Black with #404F92
Text Example
Text Example
White with #404F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404F92; }
p { color: rgb(64,79,146); }
H1.HeaderClassName
{
color: #404F92;
}
.AnyTagClassName
{
color: #404F92;
}
</style>
background-color css
<style>
a { background-color: #404F92; }
a { background-color: rgb(64,79,146); }
div.DivClassName
{
background-color: #404F92;
}
.BgClassName
{
background-color: #404F92;
}
</style>
border-color css
<style>
span { border-color: #404F92; }
span { border-color: rgb(64,79,146); }
td.TdClassName
{
border-color: #404F92;
}
.TagClassName
{
border-color: #404F92;
}
</style>