Shades of Lochinvar #4D9985
Tints of Lochinvar #4D9985
RGB
CMYK
RGB Variations
Color information
#4D9985 (or 0x4D9985) is known color: Lochinvar. HEX triplet: 4D, 99 and 85. RGB value is (77,153,133). Sum of RGB (Red+Green+Blue) = 77+153+133=363 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.21% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 153 - color contains mainly: green. Hex color #4D9985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9985 is #B2667A. Grayscale: #7F7F7F. Windows color (decimal): -11691643 or 8755533. OLE color: 8755533.
HSL color Cylindrical-coordinate representation of color #4D9985: hue angle of 164.21º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D9985 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 77 | 153 | 133 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.4 |
| HSL | 164.21º | 0.33% | 0.45% | - |
| HSV(B) | 164.21º | 0.5% | 0.6% | - |
| XYZ | 18.69 | 26.05 | 26.23 | - |
| YUV | 128 | 130.82 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 153 | 133 | 0.50 | 0 | 0.13 | 0.4 | 164.21 | 0.33 | 0.45 |
| Hex | 4D | 99 | 85 | 32 | 0 | D | 28 | A4 | 21 | 2D |
| Octal | 115 | 231 | 205 | 62 | 0 | 15 | 50 | 244 | 41 | 55 |
| Binary | 1001101 | 10011001 | 10000101 | 110010 | 0 | 1101 | 101000 | 10100100 | 100001 | 101101 |
Color Harmonies of #4D9985
Complementary color
Monochromatic Colors of #4D9985
Black with #4D9985
Text Example
Text Example
White with #4D9985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9985; }
p { color: rgb(77,153,133); }
H1.HeaderClassName
{
color: #4D9985;
}
.AnyTagClassName
{
color: #4D9985;
}
</style>
background-color css
<style>
a { background-color: #4D9985; }
a { background-color: rgb(77,153,133); }
div.DivClassName
{
background-color: #4D9985;
}
.BgClassName
{
background-color: #4D9985;
}
</style>
border-color css
<style>
span { border-color: #4D9985; }
span { border-color: rgb(77,153,133); }
td.TdClassName
{
border-color: #4D9985;
}
.TagClassName
{
border-color: #4D9985;
}
</style>