Shades of Lochinvar #4B9F8A
Tints of Lochinvar #4B9F8A
RGB
CMYK
RGB Variations
Color information
#4B9F8A (or 0x4B9F8A) is known color: Lochinvar. HEX triplet: 4B, 9F and 8A. RGB value is (75,159,138). Sum of RGB (Red+Green+Blue) = 75+159+138=372 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.16% from 372); Green value is 159 (62.5% from 255 or 42.74% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 159 - color contains mainly: green. Hex color #4B9F8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B9F8A is #B46075. Grayscale: #838383. Windows color (decimal): -11821174 or 9084747. OLE color: 9084747.
HSL color Cylindrical-coordinate representation of color #4B9F8A: hue angle of 165º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4B9F8A is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 75 | 159 | 138 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.38 |
| HSL | 165º | 0.36% | 0.46% | - |
| HSV(B) | 165º | 0.53% | 0.62% | - |
| XYZ | 19.89 | 28.13 | 28.43 | - |
| YUV | 131.49 | 131.67 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 159 | 138 | 0.53 | 0 | 0.13 | 0.38 | 165 | 0.36 | 0.46 |
| Hex | 4B | 9F | 8A | 35 | 0 | D | 26 | A5 | 24 | 2E |
| Octal | 113 | 237 | 212 | 65 | 0 | 15 | 46 | 245 | 44 | 56 |
| Binary | 1001011 | 10011111 | 10001010 | 110101 | 0 | 1101 | 100110 | 10100101 | 100100 | 101110 |
Color Harmonies of #4B9F8A
Complementary color
Monochromatic Colors of #4B9F8A
Black with #4B9F8A
Text Example
Text Example
White with #4B9F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9F8A; }
p { color: rgb(75,159,138); }
H1.HeaderClassName
{
color: #4B9F8A;
}
.AnyTagClassName
{
color: #4B9F8A;
}
</style>
background-color css
<style>
a { background-color: #4B9F8A; }
a { background-color: rgb(75,159,138); }
div.DivClassName
{
background-color: #4B9F8A;
}
.BgClassName
{
background-color: #4B9F8A;
}
</style>
border-color css
<style>
span { border-color: #4B9F8A; }
span { border-color: rgb(75,159,138); }
td.TdClassName
{
border-color: #4B9F8A;
}
.TagClassName
{
border-color: #4B9F8A;
}
</style>