Shades of Lochinvar #4A8B7C
Tints of Lochinvar #4A8B7C
RGB
CMYK
RGB Variations
Color information
#4A8B7C (or 0x4A8B7C) is known color: Lochinvar. HEX triplet: 4A, 8B and 7C. RGB value is (74,139,124). Sum of RGB (Red+Green+Blue) = 74+139+124=337 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.96% from 337); Green value is 139 (54.69% from 255 or 41.25% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 139 - color contains mainly: green. Hex color #4A8B7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8B7C is #B57483. Grayscale: #757575. Windows color (decimal): -11891844 or 8162122. OLE color: 8162122.
HSL color Cylindrical-coordinate representation of color #4A8B7C: hue angle of 166.15º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A8B7C is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 139 | 124 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.45 |
| HSL | 166.15º | 0.31% | 0.42% | - |
| HSV(B) | 166.15º | 0.47% | 0.55% | - |
| XYZ | 15.69 | 21.38 | 22.37 | - |
| YUV | 117.86 | 131.47 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 139 | 124 | 0.47 | 0 | 0.11 | 0.45 | 166.15 | 0.31 | 0.42 |
| Hex | 4A | 8B | 7C | 2F | 0 | B | 2D | A6 | 1F | 2A |
| Octal | 112 | 213 | 174 | 57 | 0 | 13 | 55 | 246 | 37 | 52 |
| Binary | 1001010 | 10001011 | 1111100 | 101111 | 0 | 1011 | 101101 | 10100110 | 11111 | 101010 |
Color Harmonies of #4A8B7C
Complementary color
Monochromatic Colors of #4A8B7C
Black with #4A8B7C
Text Example
Text Example
White with #4A8B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8B7C; }
p { color: rgb(74,139,124); }
H1.HeaderClassName
{
color: #4A8B7C;
}
.AnyTagClassName
{
color: #4A8B7C;
}
</style>
background-color css
<style>
a { background-color: #4A8B7C; }
a { background-color: rgb(74,139,124); }
div.DivClassName
{
background-color: #4A8B7C;
}
.BgClassName
{
background-color: #4A8B7C;
}
</style>
border-color css
<style>
span { border-color: #4A8B7C; }
span { border-color: rgb(74,139,124); }
td.TdClassName
{
border-color: #4A8B7C;
}
.TagClassName
{
border-color: #4A8B7C;
}
</style>