Shades of Tory Blue #425495
Tints of Tory Blue #425495
RGB
CMYK
RGB Variations
Color information
#425495 (or 0x425495) is known color: Tory Blue. HEX triplet: 42, 54 and 95. RGB value is (66,84,149). Sum of RGB (Red+Green+Blue) = 66+84+149=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #425495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425495 is #BDAB6A. Grayscale: #555555. Windows color (decimal): -12430187 or 9786434. OLE color: 9786434.
HSL color Cylindrical-coordinate representation of color #425495: hue angle of 226.99º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #425495 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 84 | 149 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.42 |
| HSL | 226.99º | 0.39% | 0.42% | - |
| HSV(B) | 226.99º | 0.56% | 0.58% | - |
| XYZ | 10.84 | 9.67 | 29.73 | - |
| YUV | 86.03 | 163.54 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 84 | 149 | 0.56 | 0.44 | 0 | 0.42 | 226.99 | 0.39 | 0.42 |
| Hex | 42 | 54 | 95 | 38 | 2C | 0 | 2A | E3 | 27 | 2A |
| Octal | 102 | 124 | 225 | 70 | 54 | 0 | 52 | 343 | 47 | 52 |
| Binary | 1000010 | 1010100 | 10010101 | 111000 | 101100 | 0 | 101010 | 11100011 | 100111 | 101010 |
Color Harmonies of #425495
Complementary color
Monochromatic Colors of #425495
Black with #425495
Text Example
Text Example
White with #425495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425495; }
p { color: rgb(66,84,149); }
H1.HeaderClassName
{
color: #425495;
}
.AnyTagClassName
{
color: #425495;
}
</style>
background-color css
<style>
a { background-color: #425495; }
a { background-color: rgb(66,84,149); }
div.DivClassName
{
background-color: #425495;
}
.BgClassName
{
background-color: #425495;
}
</style>
border-color css
<style>
span { border-color: #425495; }
span { border-color: rgb(66,84,149); }
td.TdClassName
{
border-color: #425495;
}
.TagClassName
{
border-color: #425495;
}
</style>