Shades of Lochinvar #4B9A8E
Tints of Lochinvar #4B9A8E
RGB
CMYK
RGB Variations
Color information
#4B9A8E (or 0x4B9A8E) is known color: Lochinvar. HEX triplet: 4B, 9A and 8E. RGB value is (75,154,142). Sum of RGB (Red+Green+Blue) = 75+154+142=371 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.22% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 154 - color contains mainly: green. Hex color #4B9A8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B9A8E is #B46571. Grayscale: #808080. Windows color (decimal): -11822450 or 9345611. OLE color: 9345611.
HSL color Cylindrical-coordinate representation of color #4B9A8E: hue angle of 170.89º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B9A8E is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 75 | 154 | 142 | - |
| CMYK | 0.51 | 0 | 0.08 | 0.40 |
| HSL | 170.89º | 0.34% | 0.45% | - |
| HSV(B) | 170.89º | 0.51% | 0.6% | - |
| XYZ | 19.34 | 26.56 | 29.7 | - |
| YUV | 129.01 | 135.33 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 154 | 142 | 0.51 | 0 | 0.08 | 0.40 | 170.89 | 0.34 | 0.45 |
| Hex | 4B | 9A | 8E | 33 | 0 | 8 | 28 | AB | 22 | 2D |
| Octal | 113 | 232 | 216 | 63 | 0 | 10 | 50 | 253 | 42 | 55 |
| Binary | 1001011 | 10011010 | 10001110 | 110011 | 0 | 1000 | 101000 | 10101011 | 100010 | 101101 |
Color Harmonies of #4B9A8E
Complementary color
Monochromatic Colors of #4B9A8E
Black with #4B9A8E
Text Example
Text Example
White with #4B9A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9A8E; }
p { color: rgb(75,154,142); }
H1.HeaderClassName
{
color: #4B9A8E;
}
.AnyTagClassName
{
color: #4B9A8E;
}
</style>
background-color css
<style>
a { background-color: #4B9A8E; }
a { background-color: rgb(75,154,142); }
div.DivClassName
{
background-color: #4B9A8E;
}
.BgClassName
{
background-color: #4B9A8E;
}
</style>
border-color css
<style>
span { border-color: #4B9A8E; }
span { border-color: rgb(75,154,142); }
td.TdClassName
{
border-color: #4B9A8E;
}
.TagClassName
{
border-color: #4B9A8E;
}
</style>