Shades of Lochinvar #4A8E7A
Tints of Lochinvar #4A8E7A
RGB
CMYK
RGB Variations
Color information
#4A8E7A (or 0x4A8E7A) is known color: Lochinvar. HEX triplet: 4A, 8E and 7A. RGB value is (74,142,122). Sum of RGB (Red+Green+Blue) = 74+142+122=338 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.89% from 338); Green value is 142 (55.86% from 255 or 42.01% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 142 - color contains mainly: green. Hex color #4A8E7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8E7A is #B57185. Grayscale: #777777. Windows color (decimal): -11891078 or 8031818. OLE color: 8031818.
HSL color Cylindrical-coordinate representation of color #4A8E7A: hue angle of 162.35º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A8E7A is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 74 | 142 | 122 | - |
| CMYK | 0.48 | 0 | 0.14 | 0.44 |
| HSL | 162.35º | 0.31% | 0.42% | - |
| HSV(B) | 162.35º | 0.48% | 0.56% | - |
| XYZ | 16.01 | 22.21 | 21.85 | - |
| YUV | 119.39 | 129.47 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 142 | 122 | 0.48 | 0 | 0.14 | 0.44 | 162.35 | 0.31 | 0.42 |
| Hex | 4A | 8E | 7A | 30 | 0 | E | 2C | A2 | 1F | 2A |
| Octal | 112 | 216 | 172 | 60 | 0 | 16 | 54 | 242 | 37 | 52 |
| Binary | 1001010 | 10001110 | 1111010 | 110000 | 0 | 1110 | 101100 | 10100010 | 11111 | 101010 |
Color Harmonies of #4A8E7A
Complementary color
Monochromatic Colors of #4A8E7A
Black with #4A8E7A
Text Example
Text Example
White with #4A8E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8E7A; }
p { color: rgb(74,142,122); }
H1.HeaderClassName
{
color: #4A8E7A;
}
.AnyTagClassName
{
color: #4A8E7A;
}
</style>
background-color css
<style>
a { background-color: #4A8E7A; }
a { background-color: rgb(74,142,122); }
div.DivClassName
{
background-color: #4A8E7A;
}
.BgClassName
{
background-color: #4A8E7A;
}
</style>
border-color css
<style>
span { border-color: #4A8E7A; }
span { border-color: rgb(74,142,122); }
td.TdClassName
{
border-color: #4A8E7A;
}
.TagClassName
{
border-color: #4A8E7A;
}
</style>