Shades of Lochinvar #4A8F79
Tints of Lochinvar #4A8F79
RGB
CMYK
RGB Variations
Color information
#4A8F79 (or 0x4A8F79) is known color: Lochinvar. HEX triplet: 4A, 8F and 79. RGB value is (74,143,121). Sum of RGB (Red+Green+Blue) = 74+143+121=338 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.89% from 338); Green value is 143 (56.25% from 255 or 42.31% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 143 - color contains mainly: green. Hex color #4A8F79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8F79 is #B57086. Grayscale: #777777. Windows color (decimal): -11890823 or 7966538. OLE color: 7966538.
HSL color Cylindrical-coordinate representation of color #4A8F79: hue angle of 160.87º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A8F79 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 74 | 143 | 121 | - |
| CMYK | 0.48 | 0 | 0.15 | 0.44 |
| HSL | 160.87º | 0.32% | 0.43% | - |
| HSV(B) | 160.87º | 0.48% | 0.56% | - |
| XYZ | 16.1 | 22.48 | 21.58 | - |
| YUV | 119.86 | 128.64 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 143 | 121 | 0.48 | 0 | 0.15 | 0.44 | 160.87 | 0.32 | 0.43 |
| Hex | 4A | 8F | 79 | 30 | 0 | F | 2C | A1 | 20 | 2B |
| Octal | 112 | 217 | 171 | 60 | 0 | 17 | 54 | 241 | 40 | 53 |
| Binary | 1001010 | 10001111 | 1111001 | 110000 | 0 | 1111 | 101100 | 10100001 | 100000 | 101011 |
Color Harmonies of #4A8F79
Complementary color
Monochromatic Colors of #4A8F79
Black with #4A8F79
Text Example
Text Example
White with #4A8F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8F79; }
p { color: rgb(74,143,121); }
H1.HeaderClassName
{
color: #4A8F79;
}
.AnyTagClassName
{
color: #4A8F79;
}
</style>
background-color css
<style>
a { background-color: #4A8F79; }
a { background-color: rgb(74,143,121); }
div.DivClassName
{
background-color: #4A8F79;
}
.BgClassName
{
background-color: #4A8F79;
}
</style>
border-color css
<style>
span { border-color: #4A8F79; }
span { border-color: rgb(74,143,121); }
td.TdClassName
{
border-color: #4A8F79;
}
.TagClassName
{
border-color: #4A8F79;
}
</style>