Shades of Lochinvar #4A867E
Tints of Lochinvar #4A867E
RGB
CMYK
RGB Variations
Color information
#4A867E (or 0x4A867E) is known color: Lochinvar. HEX triplet: 4A, 86 and 7E. RGB value is (74,134,126). Sum of RGB (Red+Green+Blue) = 74+134+126=334 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.16% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 134 - color contains mainly: green. Hex color #4A867E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A867E is #B57981. Grayscale: #737373. Windows color (decimal): -11893122 or 8291914. OLE color: 8291914.
HSL color Cylindrical-coordinate representation of color #4A867E: hue angle of 172º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A867E is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 134 | 126 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.47 |
| HSL | 172º | 0.29% | 0.41% | - |
| HSV(B) | 172º | 0.45% | 0.53% | - |
| XYZ | 15.12 | 20.01 | 22.8 | - |
| YUV | 115.15 | 134.12 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 134 | 126 | 0.45 | 0 | 0.06 | 0.47 | 172 | 0.29 | 0.41 |
| Hex | 4A | 86 | 7E | 2D | 0 | 6 | 2F | AC | 1D | 29 |
| Octal | 112 | 206 | 176 | 55 | 0 | 6 | 57 | 254 | 35 | 51 |
| Binary | 1001010 | 10000110 | 1111110 | 101101 | 0 | 110 | 101111 | 10101100 | 11101 | 101001 |
Color Harmonies of #4A867E
Complementary color
Monochromatic Colors of #4A867E
Black with #4A867E
Text Example
Text Example
White with #4A867E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A867E; }
p { color: rgb(74,134,126); }
H1.HeaderClassName
{
color: #4A867E;
}
.AnyTagClassName
{
color: #4A867E;
}
</style>
background-color css
<style>
a { background-color: #4A867E; }
a { background-color: rgb(74,134,126); }
div.DivClassName
{
background-color: #4A867E;
}
.BgClassName
{
background-color: #4A867E;
}
</style>
border-color css
<style>
span { border-color: #4A867E; }
span { border-color: rgb(74,134,126); }
td.TdClassName
{
border-color: #4A867E;
}
.TagClassName
{
border-color: #4A867E;
}
</style>