Shades of Lochinvar #4D947B
Tints of Lochinvar #4D947B
RGB
CMYK
RGB Variations
Color information
#4D947B (or 0x4D947B) is known color: Lochinvar. HEX triplet: 4D, 94 and 7B. RGB value is (77,148,123). Sum of RGB (Red+Green+Blue) = 77+148+123=348 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.13% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 148 - color contains mainly: green. Hex color #4D947B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D947B is #B26B84. Grayscale: #7B7B7B. Windows color (decimal): -11692933 or 8098893. OLE color: 8098893.
HSL color Cylindrical-coordinate representation of color #4D947B: hue angle of 158.87º 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 #4D947B is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 148 | 123 | - |
| CMYK | 0.48 | 0 | 0.17 | 0.42 |
| HSL | 158.87º | 0.32% | 0.44% | - |
| HSV(B) | 158.87º | 0.48% | 0.58% | - |
| XYZ | 17.23 | 24.19 | 22.5 | - |
| YUV | 123.92 | 127.48 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 148 | 123 | 0.48 | 0 | 0.17 | 0.42 | 158.87 | 0.32 | 0.44 |
| Hex | 4D | 94 | 7B | 30 | 0 | 11 | 2A | 9F | 20 | 2C |
| Octal | 115 | 224 | 173 | 60 | 0 | 21 | 52 | 237 | 40 | 54 |
| Binary | 1001101 | 10010100 | 1111011 | 110000 | 0 | 10001 | 101010 | 10011111 | 100000 | 101100 |
Color Harmonies of #4D947B
Complementary color
Monochromatic Colors of #4D947B
Black with #4D947B
Text Example
Text Example
White with #4D947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D947B; }
p { color: rgb(77,148,123); }
H1.HeaderClassName
{
color: #4D947B;
}
.AnyTagClassName
{
color: #4D947B;
}
</style>
background-color css
<style>
a { background-color: #4D947B; }
a { background-color: rgb(77,148,123); }
div.DivClassName
{
background-color: #4D947B;
}
.BgClassName
{
background-color: #4D947B;
}
</style>
border-color css
<style>
span { border-color: #4D947B; }
span { border-color: rgb(77,148,123); }
td.TdClassName
{
border-color: #4D947B;
}
.TagClassName
{
border-color: #4D947B;
}
</style>