Shades of Lochinvar #4A9578
Tints of Lochinvar #4A9578
RGB
CMYK
RGB Variations
Color information
#4A9578 (or 0x4A9578) is known color: Lochinvar. HEX triplet: 4A, 95 and 78. RGB value is (74,149,120). Sum of RGB (Red+Green+Blue) = 74+149+120=343 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.57% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 149 - color contains mainly: green. Hex color #4A9578 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9578 is #B56A87. Grayscale: #7B7B7B. Windows color (decimal): -11889288 or 7902538. OLE color: 7902538.
HSL color Cylindrical-coordinate representation of color #4A9578: hue angle of 156.8º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A9578 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 149 | 120 | - |
| CMYK | 0.50 | 0 | 0.19 | 0.42 |
| HSL | 156.8º | 0.34% | 0.44% | - |
| HSV(B) | 156.8º | 0.5% | 0.58% | - |
| XYZ | 16.96 | 24.31 | 21.57 | - |
| YUV | 123.27 | 126.15 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 149 | 120 | 0.50 | 0 | 0.19 | 0.42 | 156.8 | 0.34 | 0.44 |
| Hex | 4A | 95 | 78 | 32 | 0 | 13 | 2A | 9D | 22 | 2C |
| Octal | 112 | 225 | 170 | 62 | 0 | 23 | 52 | 235 | 42 | 54 |
| Binary | 1001010 | 10010101 | 1111000 | 110010 | 0 | 10011 | 101010 | 10011101 | 100010 | 101100 |
Color Harmonies of #4A9578
Complementary color
Monochromatic Colors of #4A9578
Black with #4A9578
Text Example
Text Example
White with #4A9578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9578; }
p { color: rgb(74,149,120); }
H1.HeaderClassName
{
color: #4A9578;
}
.AnyTagClassName
{
color: #4A9578;
}
</style>
background-color css
<style>
a { background-color: #4A9578; }
a { background-color: rgb(74,149,120); }
div.DivClassName
{
background-color: #4A9578;
}
.BgClassName
{
background-color: #4A9578;
}
</style>
border-color css
<style>
span { border-color: #4A9578; }
span { border-color: rgb(74,149,120); }
td.TdClassName
{
border-color: #4A9578;
}
.TagClassName
{
border-color: #4A9578;
}
</style>