Shades of Lochinvar #4A9178
Tints of Lochinvar #4A9178
RGB
CMYK
RGB Variations
Color information
#4A9178 (or 0x4A9178) is known color: Lochinvar. HEX triplet: 4A, 91 and 78. RGB value is (74,145,120). Sum of RGB (Red+Green+Blue) = 74+145+120=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 145 - color contains mainly: green. Hex color #4A9178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9178 is #B56E87. Grayscale: #787878. Windows color (decimal): -11890312 or 7901514. OLE color: 7901514.
HSL color Cylindrical-coordinate representation of color #4A9178: hue angle of 158.87º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A9178 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 74 | 145 | 120 | - |
| CMYK | 0.49 | 0 | 0.17 | 0.43 |
| HSL | 158.87º | 0.32% | 0.43% | - |
| HSV(B) | 158.87º | 0.49% | 0.57% | - |
| XYZ | 16.34 | 23.06 | 21.36 | - |
| YUV | 120.92 | 127.48 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 145 | 120 | 0.49 | 0 | 0.17 | 0.43 | 158.87 | 0.32 | 0.43 |
| Hex | 4A | 91 | 78 | 31 | 0 | 11 | 2B | 9F | 20 | 2B |
| Octal | 112 | 221 | 170 | 61 | 0 | 21 | 53 | 237 | 40 | 53 |
| Binary | 1001010 | 10010001 | 1111000 | 110001 | 0 | 10001 | 101011 | 10011111 | 100000 | 101011 |
Color Harmonies of #4A9178
Complementary color
Monochromatic Colors of #4A9178
Black with #4A9178
Text Example
Text Example
White with #4A9178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9178; }
p { color: rgb(74,145,120); }
H1.HeaderClassName
{
color: #4A9178;
}
.AnyTagClassName
{
color: #4A9178;
}
</style>
background-color css
<style>
a { background-color: #4A9178; }
a { background-color: rgb(74,145,120); }
div.DivClassName
{
background-color: #4A9178;
}
.BgClassName
{
background-color: #4A9178;
}
</style>
border-color css
<style>
span { border-color: #4A9178; }
span { border-color: rgb(74,145,120); }
td.TdClassName
{
border-color: #4A9178;
}
.TagClassName
{
border-color: #4A9178;
}
</style>