Shades of Lochinvar #4D8885
Tints of Lochinvar #4D8885
RGB
CMYK
RGB Variations
Color information
#4D8885 (or 0x4D8885) is known color: Lochinvar. HEX triplet: 4D, 88 and 85. RGB value is (77,136,133). Sum of RGB (Red+Green+Blue) = 77+136+133=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 136 - color contains mainly: green. Hex color #4D8885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8885 is #B2777A. Grayscale: #757575. Windows color (decimal): -11695995 or 8751181. OLE color: 8751181.
HSL color Cylindrical-coordinate representation of color #4D8885: hue angle of 176.95º degrees, saturation: 0.28, 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 #4D8885 is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 136 | 133 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.47 |
| HSL | 176.95º | 0.28% | 0.42% | - |
| HSV(B) | 176.95º | 0.43% | 0.53% | - |
| XYZ | 16.1 | 20.88 | 25.37 | - |
| YUV | 118.02 | 136.45 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 136 | 133 | 0.43 | 0 | 0.02 | 0.47 | 176.95 | 0.28 | 0.42 |
| Hex | 4D | 88 | 85 | 2B | 0 | 2 | 2F | B1 | 1C | 2A |
| Octal | 115 | 210 | 205 | 53 | 0 | 2 | 57 | 261 | 34 | 52 |
| Binary | 1001101 | 10001000 | 10000101 | 101011 | 0 | 10 | 101111 | 10110001 | 11100 | 101010 |
Color Harmonies of #4D8885
Complementary color
Monochromatic Colors of #4D8885
Black with #4D8885
Text Example
Text Example
White with #4D8885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8885; }
p { color: rgb(77,136,133); }
H1.HeaderClassName
{
color: #4D8885;
}
.AnyTagClassName
{
color: #4D8885;
}
</style>
background-color css
<style>
a { background-color: #4D8885; }
a { background-color: rgb(77,136,133); }
div.DivClassName
{
background-color: #4D8885;
}
.BgClassName
{
background-color: #4D8885;
}
</style>
border-color css
<style>
span { border-color: #4D8885; }
span { border-color: rgb(77,136,133); }
td.TdClassName
{
border-color: #4D8885;
}
.TagClassName
{
border-color: #4D8885;
}
</style>