Shades of Lochinvar #4C908B
Tints of Lochinvar #4C908B
RGB
CMYK
RGB Variations
Color information
#4C908B (or 0x4C908B) is known color: Lochinvar. HEX triplet: 4C, 90 and 8B. RGB value is (76,144,139). Sum of RGB (Red+Green+Blue) = 76+144+139=359 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.17% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 144 - color contains mainly: green. Hex color #4C908B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C908B is #B36F74. Grayscale: #7B7B7B. Windows color (decimal): -11759477 or 9146444. OLE color: 9146444.
HSL color Cylindrical-coordinate representation of color #4C908B: hue angle of 175.59º degrees, saturation: 0.31, 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 #4C908B is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 76 | 144 | 139 | - |
| CMYK | 0.47 | 0 | 0.03 | 0.44 |
| HSL | 175.59º | 0.31% | 0.43% | - |
| HSV(B) | 175.59º | 0.47% | 0.56% | - |
| XYZ | 17.61 | 23.35 | 28 | - |
| YUV | 123.1 | 136.97 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 144 | 139 | 0.47 | 0 | 0.03 | 0.44 | 175.59 | 0.31 | 0.43 |
| Hex | 4C | 90 | 8B | 2F | 0 | 3 | 2C | B0 | 1F | 2B |
| Octal | 114 | 220 | 213 | 57 | 0 | 3 | 54 | 260 | 37 | 53 |
| Binary | 1001100 | 10010000 | 10001011 | 101111 | 0 | 11 | 101100 | 10110000 | 11111 | 101011 |
Color Harmonies of #4C908B
Complementary color
Monochromatic Colors of #4C908B
Black with #4C908B
Text Example
Text Example
White with #4C908B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C908B; }
p { color: rgb(76,144,139); }
H1.HeaderClassName
{
color: #4C908B;
}
.AnyTagClassName
{
color: #4C908B;
}
</style>
background-color css
<style>
a { background-color: #4C908B; }
a { background-color: rgb(76,144,139); }
div.DivClassName
{
background-color: #4C908B;
}
.BgClassName
{
background-color: #4C908B;
}
</style>
border-color css
<style>
span { border-color: #4C908B; }
span { border-color: rgb(76,144,139); }
td.TdClassName
{
border-color: #4C908B;
}
.TagClassName
{
border-color: #4C908B;
}
</style>