Shades of Lochinvar #4A8A7C
Tints of Lochinvar #4A8A7C
RGB
CMYK
RGB Variations
Color information
#4A8A7C (or 0x4A8A7C) is known color: Lochinvar. HEX triplet: 4A, 8A and 7C. RGB value is (74,138,124). Sum of RGB (Red+Green+Blue) = 74+138+124=336 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.02% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 138 - color contains mainly: green. Hex color #4A8A7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8A7C is #B57583. Grayscale: #757575. Windows color (decimal): -11892100 or 8161866. OLE color: 8161866.
HSL color Cylindrical-coordinate representation of color #4A8A7C: hue angle of 166.88º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A8A7C is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 138 | 124 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.46 |
| HSL | 166.88º | 0.3% | 0.42% | - |
| HSV(B) | 166.88º | 0.46% | 0.54% | - |
| XYZ | 15.55 | 21.09 | 22.32 | - |
| YUV | 117.27 | 131.8 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 138 | 124 | 0.46 | 0 | 0.10 | 0.46 | 166.88 | 0.3 | 0.42 |
| Hex | 4A | 8A | 7C | 2E | 0 | A | 2E | A7 | 1E | 2A |
| Octal | 112 | 212 | 174 | 56 | 0 | 12 | 56 | 247 | 36 | 52 |
| Binary | 1001010 | 10001010 | 1111100 | 101110 | 0 | 1010 | 101110 | 10100111 | 11110 | 101010 |
Color Harmonies of #4A8A7C
Complementary color
Monochromatic Colors of #4A8A7C
Black with #4A8A7C
Text Example
Text Example
White with #4A8A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8A7C; }
p { color: rgb(74,138,124); }
H1.HeaderClassName
{
color: #4A8A7C;
}
.AnyTagClassName
{
color: #4A8A7C;
}
</style>
background-color css
<style>
a { background-color: #4A8A7C; }
a { background-color: rgb(74,138,124); }
div.DivClassName
{
background-color: #4A8A7C;
}
.BgClassName
{
background-color: #4A8A7C;
}
</style>
border-color css
<style>
span { border-color: #4A8A7C; }
span { border-color: rgb(74,138,124); }
td.TdClassName
{
border-color: #4A8A7C;
}
.TagClassName
{
border-color: #4A8A7C;
}
</style>