Shades of Lochinvar #4A887A
Tints of Lochinvar #4A887A
RGB
CMYK
RGB Variations
Color information
#4A887A (or 0x4A887A) is known color: Lochinvar. HEX triplet: 4A, 88 and 7A. RGB value is (74,136,122). Sum of RGB (Red+Green+Blue) = 74+136+122=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 136 - color contains mainly: green. Hex color #4A887A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A887A is #B57785. Grayscale: #737373. Windows color (decimal): -11892614 or 8030282. OLE color: 8030282.
HSL color Cylindrical-coordinate representation of color #4A887A: hue angle of 166.45º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A887A is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 136 | 122 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.47 |
| HSL | 166.45º | 0.3% | 0.41% | - |
| HSV(B) | 166.45º | 0.46% | 0.53% | - |
| XYZ | 15.14 | 20.47 | 21.57 | - |
| YUV | 115.87 | 131.46 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 136 | 122 | 0.46 | 0 | 0.10 | 0.47 | 166.45 | 0.3 | 0.41 |
| Hex | 4A | 88 | 7A | 2E | 0 | A | 2F | A6 | 1E | 29 |
| Octal | 112 | 210 | 172 | 56 | 0 | 12 | 57 | 246 | 36 | 51 |
| Binary | 1001010 | 10001000 | 1111010 | 101110 | 0 | 1010 | 101111 | 10100110 | 11110 | 101001 |
Color Harmonies of #4A887A
Complementary color
Monochromatic Colors of #4A887A
Black with #4A887A
Text Example
Text Example
White with #4A887A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A887A; }
p { color: rgb(74,136,122); }
H1.HeaderClassName
{
color: #4A887A;
}
.AnyTagClassName
{
color: #4A887A;
}
</style>
background-color css
<style>
a { background-color: #4A887A; }
a { background-color: rgb(74,136,122); }
div.DivClassName
{
background-color: #4A887A;
}
.BgClassName
{
background-color: #4A887A;
}
</style>
border-color css
<style>
span { border-color: #4A887A; }
span { border-color: rgb(74,136,122); }
td.TdClassName
{
border-color: #4A887A;
}
.TagClassName
{
border-color: #4A887A;
}
</style>