Shades of Lochinvar #4A8A7B
Tints of Lochinvar #4A8A7B
RGB
CMYK
RGB Variations
Color information
#4A8A7B (or 0x4A8A7B) is known color: Lochinvar. HEX triplet: 4A, 8A and 7B. RGB value is (74,138,123). Sum of RGB (Red+Green+Blue) = 74+138+123=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 138 (54.30% from 255 or 41.19% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 138 - color contains mainly: green. Hex color #4A8A7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8A7B is #B57584. Grayscale: #757575. Windows color (decimal): -11892101 or 8096330. OLE color: 8096330.
HSL color Cylindrical-coordinate representation of color #4A8A7B: hue angle of 165.94º 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 #4A8A7B is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 138 | 123 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.46 |
| HSL | 165.94º | 0.3% | 0.42% | - |
| HSV(B) | 165.94º | 0.46% | 0.54% | - |
| XYZ | 15.49 | 21.06 | 21.99 | - |
| YUV | 117.15 | 131.3 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 138 | 123 | 0.46 | 0 | 0.11 | 0.46 | 165.94 | 0.3 | 0.42 |
| Hex | 4A | 8A | 7B | 2E | 0 | B | 2E | A6 | 1E | 2A |
| Octal | 112 | 212 | 173 | 56 | 0 | 13 | 56 | 246 | 36 | 52 |
| Binary | 1001010 | 10001010 | 1111011 | 101110 | 0 | 1011 | 101110 | 10100110 | 11110 | 101010 |
Color Harmonies of #4A8A7B
Complementary color
Monochromatic Colors of #4A8A7B
Black with #4A8A7B
Text Example
Text Example
White with #4A8A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8A7B; }
p { color: rgb(74,138,123); }
H1.HeaderClassName
{
color: #4A8A7B;
}
.AnyTagClassName
{
color: #4A8A7B;
}
</style>
background-color css
<style>
a { background-color: #4A8A7B; }
a { background-color: rgb(74,138,123); }
div.DivClassName
{
background-color: #4A8A7B;
}
.BgClassName
{
background-color: #4A8A7B;
}
</style>
border-color css
<style>
span { border-color: #4A8A7B; }
span { border-color: rgb(74,138,123); }
td.TdClassName
{
border-color: #4A8A7B;
}
.TagClassName
{
border-color: #4A8A7B;
}
</style>