Shades of Lochinvar #4B9387
Tints of Lochinvar #4B9387
RGB
CMYK
RGB Variations
Color information
#4B9387 (or 0x4B9387) is known color: Lochinvar. HEX triplet: 4B, 93 and 87. RGB value is (75,147,135). Sum of RGB (Red+Green+Blue) = 75+147+135=357 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.01% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 147 - color contains mainly: green. Hex color #4B9387 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B9387 is #B46C78. Grayscale: #7C7C7C. Windows color (decimal): -11824249 or 8885067. OLE color: 8885067.
HSL color Cylindrical-coordinate representation of color #4B9387: hue angle of 170º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B9387 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 147 | 135 | - |
| CMYK | 0.49 | 0 | 0.08 | 0.42 |
| HSL | 170º | 0.32% | 0.44% | - |
| HSV(B) | 170º | 0.49% | 0.58% | - |
| XYZ | 17.71 | 24.11 | 26.64 | - |
| YUV | 124.1 | 134.15 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 147 | 135 | 0.49 | 0 | 0.08 | 0.42 | 170 | 0.32 | 0.44 |
| Hex | 4B | 93 | 87 | 31 | 0 | 8 | 2A | AA | 20 | 2C |
| Octal | 113 | 223 | 207 | 61 | 0 | 10 | 52 | 252 | 40 | 54 |
| Binary | 1001011 | 10010011 | 10000111 | 110001 | 0 | 1000 | 101010 | 10101010 | 100000 | 101100 |
Color Harmonies of #4B9387
Complementary color
Monochromatic Colors of #4B9387
Black with #4B9387
Text Example
Text Example
White with #4B9387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9387; }
p { color: rgb(75,147,135); }
H1.HeaderClassName
{
color: #4B9387;
}
.AnyTagClassName
{
color: #4B9387;
}
</style>
background-color css
<style>
a { background-color: #4B9387; }
a { background-color: rgb(75,147,135); }
div.DivClassName
{
background-color: #4B9387;
}
.BgClassName
{
background-color: #4B9387;
}
</style>
border-color css
<style>
span { border-color: #4B9387; }
span { border-color: rgb(75,147,135); }
td.TdClassName
{
border-color: #4B9387;
}
.TagClassName
{
border-color: #4B9387;
}
</style>