Shades of Tory Blue #42548C
Tints of Tory Blue #42548C
RGB
CMYK
RGB Variations
Color information
#42548C (or 0x42548C) is known color: Tory Blue. HEX triplet: 42, 54 and 8C. RGB value is (66,84,140). Sum of RGB (Red+Green+Blue) = 66+84+140=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 140 - color contains mainly: blue. Hex color #42548C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42548C is #BDAB73. Grayscale: #545454. Windows color (decimal): -12430196 or 9196610. OLE color: 9196610.
HSL color Cylindrical-coordinate representation of color #42548C: hue angle of 225.41º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42548C is Cyan = 0.53, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 84 | 140 | - |
| CMYK | 0.53 | 0.4 | 0 | 0.45 |
| HSL | 225.41º | 0.36% | 0.4% | - |
| HSV(B) | 225.41º | 0.53% | 0.55% | - |
| XYZ | 10.15 | 9.39 | 26.09 | - |
| YUV | 85 | 159.04 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 84 | 140 | 0.53 | 0.4 | 0 | 0.45 | 225.41 | 0.36 | 0.4 |
| Hex | 42 | 54 | 8C | 35 | 28 | 0 | 2D | E1 | 24 | 28 |
| Octal | 102 | 124 | 214 | 65 | 50 | 0 | 55 | 341 | 44 | 50 |
| Binary | 1000010 | 1010100 | 10001100 | 110101 | 101000 | 0 | 101101 | 11100001 | 100100 | 101000 |
Color Harmonies of #42548C
Complementary color
Monochromatic Colors of #42548C
Black with #42548C
Text Example
Text Example
White with #42548C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42548C; }
p { color: rgb(66,84,140); }
H1.HeaderClassName
{
color: #42548C;
}
.AnyTagClassName
{
color: #42548C;
}
</style>
background-color css
<style>
a { background-color: #42548C; }
a { background-color: rgb(66,84,140); }
div.DivClassName
{
background-color: #42548C;
}
.BgClassName
{
background-color: #42548C;
}
</style>
border-color css
<style>
span { border-color: #42548C; }
span { border-color: rgb(66,84,140); }
td.TdClassName
{
border-color: #42548C;
}
.TagClassName
{
border-color: #42548C;
}
</style>