Shades of Lochinvar #4A897D
Tints of Lochinvar #4A897D
RGB
CMYK
RGB Variations
Color information
#4A897D (or 0x4A897D) is known color: Lochinvar. HEX triplet: 4A, 89 and 7D. RGB value is (74,137,125). Sum of RGB (Red+Green+Blue) = 74+137+125=336 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.02% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 137 - color contains mainly: green. Hex color #4A897D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A897D is #B57682. Grayscale: #747474. Windows color (decimal): -11892355 or 8227146. OLE color: 8227146.
HSL color Cylindrical-coordinate representation of color #4A897D: hue angle of 168.57º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A897D is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 137 | 125 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.46 |
| HSL | 168.57º | 0.3% | 0.41% | - |
| HSV(B) | 168.57º | 0.46% | 0.54% | - |
| XYZ | 15.47 | 20.83 | 22.61 | - |
| YUV | 116.8 | 132.63 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 137 | 125 | 0.46 | 0 | 0.09 | 0.46 | 168.57 | 0.3 | 0.41 |
| Hex | 4A | 89 | 7D | 2E | 0 | 9 | 2E | A9 | 1E | 29 |
| Octal | 112 | 211 | 175 | 56 | 0 | 11 | 56 | 251 | 36 | 51 |
| Binary | 1001010 | 10001001 | 1111101 | 101110 | 0 | 1001 | 101110 | 10101001 | 11110 | 101001 |
Color Harmonies of #4A897D
Complementary color
Monochromatic Colors of #4A897D
Black with #4A897D
Text Example
Text Example
White with #4A897D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A897D; }
p { color: rgb(74,137,125); }
H1.HeaderClassName
{
color: #4A897D;
}
.AnyTagClassName
{
color: #4A897D;
}
</style>
background-color css
<style>
a { background-color: #4A897D; }
a { background-color: rgb(74,137,125); }
div.DivClassName
{
background-color: #4A897D;
}
.BgClassName
{
background-color: #4A897D;
}
</style>
border-color css
<style>
span { border-color: #4A897D; }
span { border-color: rgb(74,137,125); }
td.TdClassName
{
border-color: #4A897D;
}
.TagClassName
{
border-color: #4A897D;
}
</style>