Shades of Lochinvar #4D9482
Tints of Lochinvar #4D9482
RGB
CMYK
RGB Variations
Color information
#4D9482 (or 0x4D9482) is known color: Lochinvar. HEX triplet: 4D, 94 and 82. RGB value is (77,148,130). Sum of RGB (Red+Green+Blue) = 77+148+130=355 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.69% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 148 - color contains mainly: green. Hex color #4D9482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9482 is #B26B7D. Grayscale: #7C7C7C. Windows color (decimal): -11692926 or 8557645. OLE color: 8557645.
HSL color Cylindrical-coordinate representation of color #4D9482: hue angle of 164.79º 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 #4D9482 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 148 | 130 | - |
| CMYK | 0.48 | 0 | 0.12 | 0.42 |
| HSL | 164.79º | 0.32% | 0.44% | - |
| HSV(B) | 164.79º | 0.48% | 0.58% | - |
| XYZ | 17.68 | 24.37 | 24.89 | - |
| YUV | 124.72 | 130.98 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 148 | 130 | 0.48 | 0 | 0.12 | 0.42 | 164.79 | 0.32 | 0.44 |
| Hex | 4D | 94 | 82 | 30 | 0 | C | 2A | A5 | 20 | 2C |
| Octal | 115 | 224 | 202 | 60 | 0 | 14 | 52 | 245 | 40 | 54 |
| Binary | 1001101 | 10010100 | 10000010 | 110000 | 0 | 1100 | 101010 | 10100101 | 100000 | 101100 |
Color Harmonies of #4D9482
Complementary color
Monochromatic Colors of #4D9482
Black with #4D9482
Text Example
Text Example
White with #4D9482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9482; }
p { color: rgb(77,148,130); }
H1.HeaderClassName
{
color: #4D9482;
}
.AnyTagClassName
{
color: #4D9482;
}
</style>
background-color css
<style>
a { background-color: #4D9482; }
a { background-color: rgb(77,148,130); }
div.DivClassName
{
background-color: #4D9482;
}
.BgClassName
{
background-color: #4D9482;
}
</style>
border-color css
<style>
span { border-color: #4D9482; }
span { border-color: rgb(77,148,130); }
td.TdClassName
{
border-color: #4D9482;
}
.TagClassName
{
border-color: #4D9482;
}
</style>