Shades of Lochinvar #4A978D
Tints of Lochinvar #4A978D
RGB
CMYK
RGB Variations
Color information
#4A978D (or 0x4A978D) is known color: Lochinvar. HEX triplet: 4A, 97 and 8D. RGB value is (74,151,141). Sum of RGB (Red+Green+Blue) = 74+151+141=366 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.22% from 366); Green value is 151 (59.38% from 255 or 41.26% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 151 - color contains mainly: green. Hex color #4A978D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A978D is #B56872. Grayscale: #7E7E7E. Windows color (decimal): -11888755 or 9279306. OLE color: 9279306.
HSL color Cylindrical-coordinate representation of color #4A978D: hue angle of 172.21º 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 #4A978D is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 74 | 151 | 141 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.41 |
| HSL | 172.21º | 0.34% | 0.44% | - |
| HSV(B) | 172.21º | 0.51% | 0.59% | - |
| XYZ | 18.7 | 25.51 | 29.14 | - |
| YUV | 126.84 | 135.99 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 151 | 141 | 0.51 | 0 | 0.07 | 0.41 | 172.21 | 0.34 | 0.44 |
| Hex | 4A | 97 | 8D | 33 | 0 | 7 | 29 | AC | 22 | 2C |
| Octal | 112 | 227 | 215 | 63 | 0 | 7 | 51 | 254 | 42 | 54 |
| Binary | 1001010 | 10010111 | 10001101 | 110011 | 0 | 111 | 101001 | 10101100 | 100010 | 101100 |
Color Harmonies of #4A978D
Complementary color
Monochromatic Colors of #4A978D
Black with #4A978D
Text Example
Text Example
White with #4A978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A978D; }
p { color: rgb(74,151,141); }
H1.HeaderClassName
{
color: #4A978D;
}
.AnyTagClassName
{
color: #4A978D;
}
</style>
background-color css
<style>
a { background-color: #4A978D; }
a { background-color: rgb(74,151,141); }
div.DivClassName
{
background-color: #4A978D;
}
.BgClassName
{
background-color: #4A978D;
}
</style>
border-color css
<style>
span { border-color: #4A978D; }
span { border-color: rgb(74,151,141); }
td.TdClassName
{
border-color: #4A978D;
}
.TagClassName
{
border-color: #4A978D;
}
</style>