Shades of Tory Blue #424F90
Tints of Tory Blue #424F90
RGB
CMYK
RGB Variations
Color information
#424F90 (or 0x424F90) is known color: Tory Blue. HEX triplet: 42, 4F and 90. RGB value is (66,79,144). Sum of RGB (Red+Green+Blue) = 66+79+144=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #424F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424F90 is #BDB06F. Grayscale: #525252. Windows color (decimal): -12431472 or 9457474. OLE color: 9457474.
HSL color Cylindrical-coordinate representation of color #424F90: hue angle of 230º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #424F90 is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 79 | 144 | - |
| CMYK | 0.54 | 0.45 | 0 | 0.44 |
| HSL | 230º | 0.37% | 0.41% | - |
| HSV(B) | 230º | 0.54% | 0.56% | - |
| XYZ | 10.08 | 8.76 | 27.55 | - |
| YUV | 82.52 | 162.69 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 79 | 144 | 0.54 | 0.45 | 0 | 0.44 | 230 | 0.37 | 0.41 |
| Hex | 42 | 4F | 90 | 36 | 2D | 0 | 2C | E6 | 25 | 29 |
| Octal | 102 | 117 | 220 | 66 | 55 | 0 | 54 | 346 | 45 | 51 |
| Binary | 1000010 | 1001111 | 10010000 | 110110 | 101101 | 0 | 101100 | 11100110 | 100101 | 101001 |
Color Harmonies of #424F90
Complementary color
Monochromatic Colors of #424F90
Black with #424F90
Text Example
Text Example
White with #424F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424F90; }
p { color: rgb(66,79,144); }
H1.HeaderClassName
{
color: #424F90;
}
.AnyTagClassName
{
color: #424F90;
}
</style>
background-color css
<style>
a { background-color: #424F90; }
a { background-color: rgb(66,79,144); }
div.DivClassName
{
background-color: #424F90;
}
.BgClassName
{
background-color: #424F90;
}
</style>
border-color css
<style>
span { border-color: #424F90; }
span { border-color: rgb(66,79,144); }
td.TdClassName
{
border-color: #424F90;
}
.TagClassName
{
border-color: #424F90;
}
</style>