Shades of Lochinvar #4D9288
Tints of Lochinvar #4D9288
RGB
CMYK
RGB Variations
Color information
#4D9288 (or 0x4D9288) is known color: Lochinvar. HEX triplet: 4D, 92 and 88. RGB value is (77,146,136). Sum of RGB (Red+Green+Blue) = 77+146+136=359 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.45% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 146 - color contains mainly: green. Hex color #4D9288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9288 is #B26D77. Grayscale: #7C7C7C. Windows color (decimal): -11693432 or 8950349. OLE color: 8950349.
HSL color Cylindrical-coordinate representation of color #4D9288: hue angle of 171.3º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D9288 is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 146 | 136 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.43 |
| HSL | 171.3º | 0.31% | 0.44% | - |
| HSV(B) | 171.3º | 0.47% | 0.57% | - |
| XYZ | 17.78 | 23.91 | 26.97 | - |
| YUV | 124.23 | 134.64 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 146 | 136 | 0.47 | 0 | 0.07 | 0.43 | 171.3 | 0.31 | 0.44 |
| Hex | 4D | 92 | 88 | 2F | 0 | 7 | 2B | AB | 1F | 2C |
| Octal | 115 | 222 | 210 | 57 | 0 | 7 | 53 | 253 | 37 | 54 |
| Binary | 1001101 | 10010010 | 10001000 | 101111 | 0 | 111 | 101011 | 10101011 | 11111 | 101100 |
Color Harmonies of #4D9288
Complementary color
Monochromatic Colors of #4D9288
Black with #4D9288
Text Example
Text Example
White with #4D9288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9288; }
p { color: rgb(77,146,136); }
H1.HeaderClassName
{
color: #4D9288;
}
.AnyTagClassName
{
color: #4D9288;
}
</style>
background-color css
<style>
a { background-color: #4D9288; }
a { background-color: rgb(77,146,136); }
div.DivClassName
{
background-color: #4D9288;
}
.BgClassName
{
background-color: #4D9288;
}
</style>
border-color css
<style>
span { border-color: #4D9288; }
span { border-color: rgb(77,146,136); }
td.TdClassName
{
border-color: #4D9288;
}
.TagClassName
{
border-color: #4D9288;
}
</style>