Shades of Lochinvar #4A8B7B
Tints of Lochinvar #4A8B7B
RGB
CMYK
RGB Variations
Color information
#4A8B7B (or 0x4A8B7B) is known color: Lochinvar. HEX triplet: 4A, 8B and 7B. RGB value is (74,139,123). Sum of RGB (Red+Green+Blue) = 74+139+123=336 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.02% from 336); Green value is 139 (54.69% from 255 or 41.37% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 139 - color contains mainly: green. Hex color #4A8B7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8B7B is #B57484. Grayscale: #757575. Windows color (decimal): -11891845 or 8096586. OLE color: 8096586.
HSL color Cylindrical-coordinate representation of color #4A8B7B: hue angle of 165.23º 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 #4A8B7B is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 139 | 123 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.45 |
| HSL | 165.23º | 0.31% | 0.42% | - |
| HSV(B) | 165.23º | 0.47% | 0.55% | - |
| XYZ | 15.63 | 21.35 | 22.04 | - |
| YUV | 117.74 | 130.97 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 139 | 123 | 0.47 | 0 | 0.12 | 0.45 | 165.23 | 0.31 | 0.42 |
| Hex | 4A | 8B | 7B | 2F | 0 | C | 2D | A5 | 1F | 2A |
| Octal | 112 | 213 | 173 | 57 | 0 | 14 | 55 | 245 | 37 | 52 |
| Binary | 1001010 | 10001011 | 1111011 | 101111 | 0 | 1100 | 101101 | 10100101 | 11111 | 101010 |
Color Harmonies of #4A8B7B
Complementary color
Monochromatic Colors of #4A8B7B
Black with #4A8B7B
Text Example
Text Example
White with #4A8B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8B7B; }
p { color: rgb(74,139,123); }
H1.HeaderClassName
{
color: #4A8B7B;
}
.AnyTagClassName
{
color: #4A8B7B;
}
</style>
background-color css
<style>
a { background-color: #4A8B7B; }
a { background-color: rgb(74,139,123); }
div.DivClassName
{
background-color: #4A8B7B;
}
.BgClassName
{
background-color: #4A8B7B;
}
</style>
border-color css
<style>
span { border-color: #4A8B7B; }
span { border-color: rgb(74,139,123); }
td.TdClassName
{
border-color: #4A8B7B;
}
.TagClassName
{
border-color: #4A8B7B;
}
</style>