Shades of Lochinvar #4D877B
Tints of Lochinvar #4D877B
RGB
CMYK
RGB Variations
Color information
#4D877B (or 0x4D877B) is known color: Lochinvar. HEX triplet: 4D, 87 and 7B. RGB value is (77,135,123). Sum of RGB (Red+Green+Blue) = 77+135+123=335 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.99% from 335); Green value is 135 (53.12% from 255 or 40.30% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 135 - color contains mainly: green. Hex color #4D877B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D877B is #B27884. Grayscale: #747474. Windows color (decimal): -11696261 or 8095565. OLE color: 8095565.
HSL color Cylindrical-coordinate representation of color #4D877B: hue angle of 167.59º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D877B is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 135 | 123 | - |
| CMYK | 0.43 | 0 | 0.09 | 0.47 |
| HSL | 167.59º | 0.27% | 0.42% | - |
| HSV(B) | 167.59º | 0.43% | 0.53% | - |
| XYZ | 15.3 | 20.34 | 21.86 | - |
| YUV | 116.29 | 131.78 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 135 | 123 | 0.43 | 0 | 0.09 | 0.47 | 167.59 | 0.27 | 0.42 |
| Hex | 4D | 87 | 7B | 2B | 0 | 9 | 2F | A8 | 1B | 2A |
| Octal | 115 | 207 | 173 | 53 | 0 | 11 | 57 | 250 | 33 | 52 |
| Binary | 1001101 | 10000111 | 1111011 | 101011 | 0 | 1001 | 101111 | 10101000 | 11011 | 101010 |
Color Harmonies of #4D877B
Complementary color
Monochromatic Colors of #4D877B
Black with #4D877B
Text Example
Text Example
White with #4D877B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D877B; }
p { color: rgb(77,135,123); }
H1.HeaderClassName
{
color: #4D877B;
}
.AnyTagClassName
{
color: #4D877B;
}
</style>
background-color css
<style>
a { background-color: #4D877B; }
a { background-color: rgb(77,135,123); }
div.DivClassName
{
background-color: #4D877B;
}
.BgClassName
{
background-color: #4D877B;
}
</style>
border-color css
<style>
span { border-color: #4D877B; }
span { border-color: rgb(77,135,123); }
td.TdClassName
{
border-color: #4D877B;
}
.TagClassName
{
border-color: #4D877B;
}
</style>