Shades of Lochinvar #4A8986
Tints of Lochinvar #4A8986
RGB
CMYK
RGB Variations
Color information
#4A8986 (or 0x4A8986) is known color: Lochinvar. HEX triplet: 4A, 89 and 86. RGB value is (74,137,134). Sum of RGB (Red+Green+Blue) = 74+137+134=345 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.45% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 137 - color contains mainly: green. Hex color #4A8986 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8986 is #B57679. Grayscale: #757575. Windows color (decimal): -11892346 or 8816970. OLE color: 8816970.
HSL color Cylindrical-coordinate representation of color #4A8986: hue angle of 177.14º 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 #4A8986 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 137 | 134 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.46 |
| HSL | 177.14º | 0.3% | 0.41% | - |
| HSV(B) | 177.14º | 0.46% | 0.54% | - |
| XYZ | 16.07 | 21.07 | 25.77 | - |
| YUV | 117.82 | 137.13 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 137 | 134 | 0.46 | 0 | 0.02 | 0.46 | 177.14 | 0.3 | 0.41 |
| Hex | 4A | 89 | 86 | 2E | 0 | 2 | 2E | B1 | 1E | 29 |
| Octal | 112 | 211 | 206 | 56 | 0 | 2 | 56 | 261 | 36 | 51 |
| Binary | 1001010 | 10001001 | 10000110 | 101110 | 0 | 10 | 101110 | 10110001 | 11110 | 101001 |
Color Harmonies of #4A8986
Complementary color
Monochromatic Colors of #4A8986
Black with #4A8986
Text Example
Text Example
White with #4A8986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8986; }
p { color: rgb(74,137,134); }
H1.HeaderClassName
{
color: #4A8986;
}
.AnyTagClassName
{
color: #4A8986;
}
</style>
background-color css
<style>
a { background-color: #4A8986; }
a { background-color: rgb(74,137,134); }
div.DivClassName
{
background-color: #4A8986;
}
.BgClassName
{
background-color: #4A8986;
}
</style>
border-color css
<style>
span { border-color: #4A8986; }
span { border-color: rgb(74,137,134); }
td.TdClassName
{
border-color: #4A8986;
}
.TagClassName
{
border-color: #4A8986;
}
</style>