Shades of Lochinvar #4A978E
Tints of Lochinvar #4A978E
RGB
CMYK
RGB Variations
Color information
#4A978E (or 0x4A978E) is known color: Lochinvar. HEX triplet: 4A, 97 and 8E. RGB value is (74,151,142). Sum of RGB (Red+Green+Blue) = 74+151+142=367 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.16% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 151 - color contains mainly: green. Hex color #4A978E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A978E is #B56871. Grayscale: #7E7E7E. Windows color (decimal): -11888754 or 9344842. OLE color: 9344842.
HSL color Cylindrical-coordinate representation of color #4A978E: hue angle of 172.99º 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 #4A978E is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 74 | 151 | 142 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.41 |
| HSL | 172.99º | 0.34% | 0.44% | - |
| HSV(B) | 172.99º | 0.51% | 0.59% | - |
| XYZ | 18.77 | 25.54 | 29.53 | - |
| YUV | 126.95 | 136.49 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 151 | 142 | 0.51 | 0 | 0.06 | 0.41 | 172.99 | 0.34 | 0.44 |
| Hex | 4A | 97 | 8E | 33 | 0 | 6 | 29 | AD | 22 | 2C |
| Octal | 112 | 227 | 216 | 63 | 0 | 6 | 51 | 255 | 42 | 54 |
| Binary | 1001010 | 10010111 | 10001110 | 110011 | 0 | 110 | 101001 | 10101101 | 100010 | 101100 |
Color Harmonies of #4A978E
Complementary color
Monochromatic Colors of #4A978E
Black with #4A978E
Text Example
Text Example
White with #4A978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A978E; }
p { color: rgb(74,151,142); }
H1.HeaderClassName
{
color: #4A978E;
}
.AnyTagClassName
{
color: #4A978E;
}
</style>
background-color css
<style>
a { background-color: #4A978E; }
a { background-color: rgb(74,151,142); }
div.DivClassName
{
background-color: #4A978E;
}
.BgClassName
{
background-color: #4A978E;
}
</style>
border-color css
<style>
span { border-color: #4A978E; }
span { border-color: rgb(74,151,142); }
td.TdClassName
{
border-color: #4A978E;
}
.TagClassName
{
border-color: #4A978E;
}
</style>