Shades of Lochinvar #4D907D
Tints of Lochinvar #4D907D
RGB
CMYK
RGB Variations
Color information
#4D907D (or 0x4D907D) is known color: Lochinvar. HEX triplet: 4D, 90 and 7D. RGB value is (77,144,125). Sum of RGB (Red+Green+Blue) = 77+144+125=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 144 - color contains mainly: green. Hex color #4D907D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D907D is #B26F82. Grayscale: #797979. Windows color (decimal): -11693955 or 8228941. OLE color: 8228941.
HSL color Cylindrical-coordinate representation of color #4D907D: hue angle of 162.99º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D907D is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 144 | 125 | - |
| CMYK | 0.47 | 0 | 0.13 | 0.44 |
| HSL | 162.99º | 0.3% | 0.43% | - |
| HSV(B) | 162.99º | 0.47% | 0.56% | - |
| XYZ | 16.74 | 23 | 22.96 | - |
| YUV | 121.8 | 129.8 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 144 | 125 | 0.47 | 0 | 0.13 | 0.44 | 162.99 | 0.3 | 0.43 |
| Hex | 4D | 90 | 7D | 2F | 0 | D | 2C | A3 | 1E | 2B |
| Octal | 115 | 220 | 175 | 57 | 0 | 15 | 54 | 243 | 36 | 53 |
| Binary | 1001101 | 10010000 | 1111101 | 101111 | 0 | 1101 | 101100 | 10100011 | 11110 | 101011 |
Color Harmonies of #4D907D
Complementary color
Monochromatic Colors of #4D907D
Black with #4D907D
Text Example
Text Example
White with #4D907D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D907D; }
p { color: rgb(77,144,125); }
H1.HeaderClassName
{
color: #4D907D;
}
.AnyTagClassName
{
color: #4D907D;
}
</style>
background-color css
<style>
a { background-color: #4D907D; }
a { background-color: rgb(77,144,125); }
div.DivClassName
{
background-color: #4D907D;
}
.BgClassName
{
background-color: #4D907D;
}
</style>
border-color css
<style>
span { border-color: #4D907D; }
span { border-color: rgb(77,144,125); }
td.TdClassName
{
border-color: #4D907D;
}
.TagClassName
{
border-color: #4D907D;
}
</style>