Shades of Lochinvar #4F8A81
Tints of Lochinvar #4F8A81
RGB
CMYK
RGB Variations
Color information
#4F8A81 (or 0x4F8A81) is known color: Lochinvar. HEX triplet: 4F, 8A and 81. RGB value is (79,138,129). Sum of RGB (Red+Green+Blue) = 79+138+129=346 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.83% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 129 (50.78% from 255 or 37.28% from 346); Max value from RGB is 138 - color contains mainly: green. Hex color #4F8A81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8A81 is #B0757E. Grayscale: #777777. Windows color (decimal): -11564415 or 8489551. OLE color: 8489551.
HSL color Cylindrical-coordinate representation of color #4F8A81: hue angle of 170.85º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F8A81 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 79 | 138 | 129 | - |
| CMYK | 0.43 | 0 | 0.07 | 0.46 |
| HSL | 170.85º | 0.27% | 0.43% | - |
| HSV(B) | 170.85º | 0.43% | 0.54% | - |
| XYZ | 16.28 | 21.42 | 24.05 | - |
| YUV | 119.33 | 133.45 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 138 | 129 | 0.43 | 0 | 0.07 | 0.46 | 170.85 | 0.27 | 0.43 |
| Hex | 4F | 8A | 81 | 2B | 0 | 7 | 2E | AB | 1B | 2B |
| Octal | 117 | 212 | 201 | 53 | 0 | 7 | 56 | 253 | 33 | 53 |
| Binary | 1001111 | 10001010 | 10000001 | 101011 | 0 | 111 | 101110 | 10101011 | 11011 | 101011 |
Color Harmonies of #4F8A81
Complementary color
Monochromatic Colors of #4F8A81
Black with #4F8A81
Text Example
Text Example
White with #4F8A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8A81; }
p { color: rgb(79,138,129); }
H1.HeaderClassName
{
color: #4F8A81;
}
.AnyTagClassName
{
color: #4F8A81;
}
</style>
background-color css
<style>
a { background-color: #4F8A81; }
a { background-color: rgb(79,138,129); }
div.DivClassName
{
background-color: #4F8A81;
}
.BgClassName
{
background-color: #4F8A81;
}
</style>
border-color css
<style>
span { border-color: #4F8A81; }
span { border-color: rgb(79,138,129); }
td.TdClassName
{
border-color: #4F8A81;
}
.TagClassName
{
border-color: #4F8A81;
}
</style>