Shades of Lochinvar #4A8F7A
Tints of Lochinvar #4A8F7A
RGB
CMYK
RGB Variations
Color information
#4A8F7A (or 0x4A8F7A) is known color: Lochinvar. HEX triplet: 4A, 8F and 7A. RGB value is (74,143,122). Sum of RGB (Red+Green+Blue) = 74+143+122=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 143 - color contains mainly: green. Hex color #4A8F7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8F7A is #B57085. Grayscale: #777777. Windows color (decimal): -11890822 or 8032074. OLE color: 8032074.
HSL color Cylindrical-coordinate representation of color #4A8F7A: hue angle of 161.74º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A8F7A is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 74 | 143 | 122 | - |
| CMYK | 0.48 | 0 | 0.15 | 0.44 |
| HSL | 161.74º | 0.32% | 0.43% | - |
| HSV(B) | 161.74º | 0.48% | 0.56% | - |
| XYZ | 16.16 | 22.51 | 21.9 | - |
| YUV | 119.98 | 129.14 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 143 | 122 | 0.48 | 0 | 0.15 | 0.44 | 161.74 | 0.32 | 0.43 |
| Hex | 4A | 8F | 7A | 30 | 0 | F | 2C | A2 | 20 | 2B |
| Octal | 112 | 217 | 172 | 60 | 0 | 17 | 54 | 242 | 40 | 53 |
| Binary | 1001010 | 10001111 | 1111010 | 110000 | 0 | 1111 | 101100 | 10100010 | 100000 | 101011 |
Color Harmonies of #4A8F7A
Complementary color
Monochromatic Colors of #4A8F7A
Black with #4A8F7A
Text Example
Text Example
White with #4A8F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8F7A; }
p { color: rgb(74,143,122); }
H1.HeaderClassName
{
color: #4A8F7A;
}
.AnyTagClassName
{
color: #4A8F7A;
}
</style>
background-color css
<style>
a { background-color: #4A8F7A; }
a { background-color: rgb(74,143,122); }
div.DivClassName
{
background-color: #4A8F7A;
}
.BgClassName
{
background-color: #4A8F7A;
}
</style>
border-color css
<style>
span { border-color: #4A8F7A; }
span { border-color: rgb(74,143,122); }
td.TdClassName
{
border-color: #4A8F7A;
}
.TagClassName
{
border-color: #4A8F7A;
}
</style>