Shades of Lochinvar #4F8885
Tints of Lochinvar #4F8885
RGB
CMYK
RGB Variations
Color information
#4F8885 (or 0x4F8885) is known color: Lochinvar. HEX triplet: 4F, 88 and 85. RGB value is (79,136,133). Sum of RGB (Red+Green+Blue) = 79+136+133=348 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.70% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 136 - color contains mainly: green. Hex color #4F8885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8885 is #B0777A. Grayscale: #767676. Windows color (decimal): -11564923 or 8751183. OLE color: 8751183.
HSL color Cylindrical-coordinate representation of color #4F8885: hue angle of 176.84º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F8885 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 79 | 136 | 133 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.47 |
| HSL | 176.84º | 0.27% | 0.42% | - |
| HSV(B) | 176.84º | 0.42% | 0.53% | - |
| XYZ | 16.26 | 20.96 | 25.38 | - |
| YUV | 118.62 | 136.12 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 136 | 133 | 0.42 | 0 | 0.02 | 0.47 | 176.84 | 0.27 | 0.42 |
| Hex | 4F | 88 | 85 | 2A | 0 | 2 | 2F | B1 | 1B | 2A |
| Octal | 117 | 210 | 205 | 52 | 0 | 2 | 57 | 261 | 33 | 52 |
| Binary | 1001111 | 10001000 | 10000101 | 101010 | 0 | 10 | 101111 | 10110001 | 11011 | 101010 |
Color Harmonies of #4F8885
Complementary color
Monochromatic Colors of #4F8885
Black with #4F8885
Text Example
Text Example
White with #4F8885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8885; }
p { color: rgb(79,136,133); }
H1.HeaderClassName
{
color: #4F8885;
}
.AnyTagClassName
{
color: #4F8885;
}
</style>
background-color css
<style>
a { background-color: #4F8885; }
a { background-color: rgb(79,136,133); }
div.DivClassName
{
background-color: #4F8885;
}
.BgClassName
{
background-color: #4F8885;
}
</style>
border-color css
<style>
span { border-color: #4F8885; }
span { border-color: rgb(79,136,133); }
td.TdClassName
{
border-color: #4F8885;
}
.TagClassName
{
border-color: #4F8885;
}
</style>