Shades of Lochinvar #4D9585
Tints of Lochinvar #4D9585
RGB
CMYK
RGB Variations
Color information
#4D9585 (or 0x4D9585) is known color: Lochinvar. HEX triplet: 4D, 95 and 85. RGB value is (77,149,133). Sum of RGB (Red+Green+Blue) = 77+149+133=359 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.45% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 149 - color contains mainly: green. Hex color #4D9585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9585 is #B26A7A. Grayscale: #7D7D7D. Windows color (decimal): -11692667 or 8754509. OLE color: 8754509.
HSL color Cylindrical-coordinate representation of color #4D9585: hue angle of 166.67º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D9585 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 149 | 133 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.42 |
| HSL | 166.67º | 0.32% | 0.44% | - |
| HSV(B) | 166.67º | 0.48% | 0.58% | - |
| XYZ | 18.04 | 24.77 | 26.02 | - |
| YUV | 125.65 | 132.15 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 149 | 133 | 0.48 | 0 | 0.11 | 0.42 | 166.67 | 0.32 | 0.44 |
| Hex | 4D | 95 | 85 | 30 | 0 | B | 2A | A7 | 20 | 2C |
| Octal | 115 | 225 | 205 | 60 | 0 | 13 | 52 | 247 | 40 | 54 |
| Binary | 1001101 | 10010101 | 10000101 | 110000 | 0 | 1011 | 101010 | 10100111 | 100000 | 101100 |
Color Harmonies of #4D9585
Complementary color
Monochromatic Colors of #4D9585
Black with #4D9585
Text Example
Text Example
White with #4D9585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9585; }
p { color: rgb(77,149,133); }
H1.HeaderClassName
{
color: #4D9585;
}
.AnyTagClassName
{
color: #4D9585;
}
</style>
background-color css
<style>
a { background-color: #4D9585; }
a { background-color: rgb(77,149,133); }
div.DivClassName
{
background-color: #4D9585;
}
.BgClassName
{
background-color: #4D9585;
}
</style>
border-color css
<style>
span { border-color: #4D9585; }
span { border-color: rgb(77,149,133); }
td.TdClassName
{
border-color: #4D9585;
}
.TagClassName
{
border-color: #4D9585;
}
</style>