Shades of Lochinvar #4A8A86
Tints of Lochinvar #4A8A86
RGB
CMYK
RGB Variations
Color information
#4A8A86 (or 0x4A8A86) is known color: Lochinvar. HEX triplet: 4A, 8A and 86. RGB value is (74,138,134). Sum of RGB (Red+Green+Blue) = 74+138+134=346 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.39% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 134 (52.73% from 255 or 38.73% from 346); Max value from RGB is 138 - color contains mainly: green. Hex color #4A8A86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8A86 is #B57579. Grayscale: #767676. Windows color (decimal): -11892090 or 8817226. OLE color: 8817226.
HSL color Cylindrical-coordinate representation of color #4A8A86: hue angle of 176.25º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A8A86 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 138 | 134 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.46 |
| HSL | 176.25º | 0.3% | 0.42% | - |
| HSV(B) | 176.25º | 0.46% | 0.54% | - |
| XYZ | 16.22 | 21.35 | 25.82 | - |
| YUV | 118.41 | 136.8 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 138 | 134 | 0.46 | 0 | 0.03 | 0.46 | 176.25 | 0.3 | 0.42 |
| Hex | 4A | 8A | 86 | 2E | 0 | 3 | 2E | B0 | 1E | 2A |
| Octal | 112 | 212 | 206 | 56 | 0 | 3 | 56 | 260 | 36 | 52 |
| Binary | 1001010 | 10001010 | 10000110 | 101110 | 0 | 11 | 101110 | 10110000 | 11110 | 101010 |
Color Harmonies of #4A8A86
Complementary color
Monochromatic Colors of #4A8A86
Black with #4A8A86
Text Example
Text Example
White with #4A8A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8A86; }
p { color: rgb(74,138,134); }
H1.HeaderClassName
{
color: #4A8A86;
}
.AnyTagClassName
{
color: #4A8A86;
}
</style>
background-color css
<style>
a { background-color: #4A8A86; }
a { background-color: rgb(74,138,134); }
div.DivClassName
{
background-color: #4A8A86;
}
.BgClassName
{
background-color: #4A8A86;
}
</style>
border-color css
<style>
span { border-color: #4A8A86; }
span { border-color: rgb(74,138,134); }
td.TdClassName
{
border-color: #4A8A86;
}
.TagClassName
{
border-color: #4A8A86;
}
</style>