Shades of Lochinvar #4A8D7A
Tints of Lochinvar #4A8D7A
RGB
CMYK
RGB Variations
Color information
#4A8D7A (or 0x4A8D7A) is known color: Lochinvar. HEX triplet: 4A, 8D and 7A. RGB value is (74,141,122). Sum of RGB (Red+Green+Blue) = 74+141+122=337 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.96% from 337); Green value is 141 (55.47% from 255 or 41.84% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 141 - color contains mainly: green. Hex color #4A8D7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8D7A is #B57285. Grayscale: #767676. Windows color (decimal): -11891334 or 8031562. OLE color: 8031562.
HSL color Cylindrical-coordinate representation of color #4A8D7A: hue angle of 162.99º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A8D7A is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 141 | 122 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.45 |
| HSL | 162.99º | 0.31% | 0.42% | - |
| HSV(B) | 162.99º | 0.48% | 0.55% | - |
| XYZ | 15.86 | 21.91 | 21.81 | - |
| YUV | 118.8 | 129.8 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 141 | 122 | 0.48 | 0 | 0.13 | 0.45 | 162.99 | 0.31 | 0.42 |
| Hex | 4A | 8D | 7A | 30 | 0 | D | 2D | A3 | 1F | 2A |
| Octal | 112 | 215 | 172 | 60 | 0 | 15 | 55 | 243 | 37 | 52 |
| Binary | 1001010 | 10001101 | 1111010 | 110000 | 0 | 1101 | 101101 | 10100011 | 11111 | 101010 |
Color Harmonies of #4A8D7A
Complementary color
Monochromatic Colors of #4A8D7A
Black with #4A8D7A
Text Example
Text Example
White with #4A8D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8D7A; }
p { color: rgb(74,141,122); }
H1.HeaderClassName
{
color: #4A8D7A;
}
.AnyTagClassName
{
color: #4A8D7A;
}
</style>
background-color css
<style>
a { background-color: #4A8D7A; }
a { background-color: rgb(74,141,122); }
div.DivClassName
{
background-color: #4A8D7A;
}
.BgClassName
{
background-color: #4A8D7A;
}
</style>
border-color css
<style>
span { border-color: #4A8D7A; }
span { border-color: rgb(74,141,122); }
td.TdClassName
{
border-color: #4A8D7A;
}
.TagClassName
{
border-color: #4A8D7A;
}
</style>