Shades of Lochinvar #4B8781
Tints of Lochinvar #4B8781
RGB
CMYK
RGB Variations
Color information
#4B8781 (or 0x4B8781) is known color: Lochinvar. HEX triplet: 4B, 87 and 81. RGB value is (75,135,129). Sum of RGB (Red+Green+Blue) = 75+135+129=339 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.12% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 135 - color contains mainly: green. Hex color #4B8781 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B8781 is #B4787E. Grayscale: #747474. Windows color (decimal): -11827327 or 8488779. OLE color: 8488779.
HSL color Cylindrical-coordinate representation of color #4B8781: hue angle of 174º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B8781 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 75 | 135 | 129 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.47 |
| HSL | 174º | 0.29% | 0.41% | - |
| HSV(B) | 174º | 0.44% | 0.53% | - |
| XYZ | 15.53 | 20.41 | 23.89 | - |
| YUV | 116.38 | 135.12 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 135 | 129 | 0.44 | 0 | 0.04 | 0.47 | 174 | 0.29 | 0.41 |
| Hex | 4B | 87 | 81 | 2C | 0 | 4 | 2F | AE | 1D | 29 |
| Octal | 113 | 207 | 201 | 54 | 0 | 4 | 57 | 256 | 35 | 51 |
| Binary | 1001011 | 10000111 | 10000001 | 101100 | 0 | 100 | 101111 | 10101110 | 11101 | 101001 |
Color Harmonies of #4B8781
Complementary color
Monochromatic Colors of #4B8781
Black with #4B8781
Text Example
Text Example
White with #4B8781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8781; }
p { color: rgb(75,135,129); }
H1.HeaderClassName
{
color: #4B8781;
}
.AnyTagClassName
{
color: #4B8781;
}
</style>
background-color css
<style>
a { background-color: #4B8781; }
a { background-color: rgb(75,135,129); }
div.DivClassName
{
background-color: #4B8781;
}
.BgClassName
{
background-color: #4B8781;
}
</style>
border-color css
<style>
span { border-color: #4B8781; }
span { border-color: rgb(75,135,129); }
td.TdClassName
{
border-color: #4B8781;
}
.TagClassName
{
border-color: #4B8781;
}
</style>