Shades of Lochinvar #4D867B
Tints of Lochinvar #4D867B
RGB
CMYK
RGB Variations
Color information
#4D867B (or 0x4D867B) is known color: Lochinvar. HEX triplet: 4D, 86 and 7B. RGB value is (77,134,123). Sum of RGB (Red+Green+Blue) = 77+134+123=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 134 - color contains mainly: green. Hex color #4D867B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D867B is #B27984. Grayscale: #737373. Windows color (decimal): -11696517 or 8095309. OLE color: 8095309.
HSL color Cylindrical-coordinate representation of color #4D867B: hue angle of 168.42º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D867B is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 134 | 123 | - |
| CMYK | 0.43 | 0 | 0.08 | 0.47 |
| HSL | 168.42º | 0.27% | 0.41% | - |
| HSV(B) | 168.42º | 0.43% | 0.53% | - |
| XYZ | 15.16 | 20.06 | 21.81 | - |
| YUV | 115.7 | 132.12 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 134 | 123 | 0.43 | 0 | 0.08 | 0.47 | 168.42 | 0.27 | 0.41 |
| Hex | 4D | 86 | 7B | 2B | 0 | 8 | 2F | A8 | 1B | 29 |
| Octal | 115 | 206 | 173 | 53 | 0 | 10 | 57 | 250 | 33 | 51 |
| Binary | 1001101 | 10000110 | 1111011 | 101011 | 0 | 1000 | 101111 | 10101000 | 11011 | 101001 |
Color Harmonies of #4D867B
Complementary color
Monochromatic Colors of #4D867B
Black with #4D867B
Text Example
Text Example
White with #4D867B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D867B; }
p { color: rgb(77,134,123); }
H1.HeaderClassName
{
color: #4D867B;
}
.AnyTagClassName
{
color: #4D867B;
}
</style>
background-color css
<style>
a { background-color: #4D867B; }
a { background-color: rgb(77,134,123); }
div.DivClassName
{
background-color: #4D867B;
}
.BgClassName
{
background-color: #4D867B;
}
</style>
border-color css
<style>
span { border-color: #4D867B; }
span { border-color: rgb(77,134,123); }
td.TdClassName
{
border-color: #4D867B;
}
.TagClassName
{
border-color: #4D867B;
}
</style>