Shades of Lochinvar #4A978A
Tints of Lochinvar #4A978A
RGB
CMYK
RGB Variations
Color information
#4A978A (or 0x4A978A) is known color: Lochinvar. HEX triplet: 4A, 97 and 8A. RGB value is (74,151,138). Sum of RGB (Red+Green+Blue) = 74+151+138=363 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.39% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 151 - color contains mainly: green. Hex color #4A978A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A978A is #B56875. Grayscale: #7E7E7E. Windows color (decimal): -11888758 or 9082698. OLE color: 9082698.
HSL color Cylindrical-coordinate representation of color #4A978A: hue angle of 169.87º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A978A is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 74 | 151 | 138 | - |
| CMYK | 0.51 | 0 | 0.09 | 0.41 |
| HSL | 169.87º | 0.34% | 0.44% | - |
| HSV(B) | 169.87º | 0.51% | 0.59% | - |
| XYZ | 18.48 | 25.42 | 27.98 | - |
| YUV | 126.5 | 134.49 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 151 | 138 | 0.51 | 0 | 0.09 | 0.41 | 169.87 | 0.34 | 0.44 |
| Hex | 4A | 97 | 8A | 33 | 0 | 9 | 29 | AA | 22 | 2C |
| Octal | 112 | 227 | 212 | 63 | 0 | 11 | 51 | 252 | 42 | 54 |
| Binary | 1001010 | 10010111 | 10001010 | 110011 | 0 | 1001 | 101001 | 10101010 | 100010 | 101100 |
Color Harmonies of #4A978A
Complementary color
Monochromatic Colors of #4A978A
Black with #4A978A
Text Example
Text Example
White with #4A978A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A978A; }
p { color: rgb(74,151,138); }
H1.HeaderClassName
{
color: #4A978A;
}
.AnyTagClassName
{
color: #4A978A;
}
</style>
background-color css
<style>
a { background-color: #4A978A; }
a { background-color: rgb(74,151,138); }
div.DivClassName
{
background-color: #4A978A;
}
.BgClassName
{
background-color: #4A978A;
}
</style>
border-color css
<style>
span { border-color: #4A978A; }
span { border-color: rgb(74,151,138); }
td.TdClassName
{
border-color: #4A978A;
}
.TagClassName
{
border-color: #4A978A;
}
</style>