Shades of Lochinvar #4B8580
Tints of Lochinvar #4B8580
RGB
CMYK
RGB Variations
Color information
#4B8580 (or 0x4B8580) is known color: Lochinvar. HEX triplet: 4B, 85 and 80. RGB value is (75,133,128). Sum of RGB (Red+Green+Blue) = 75+133+128=336 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.32% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 133 - color contains mainly: green. Hex color #4B8580 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B8580 is #B47A7F. Grayscale: #737373. Windows color (decimal): -11827840 or 8422731. OLE color: 8422731.
HSL color Cylindrical-coordinate representation of color #4B8580: hue angle of 174.83º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B8580 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 75 | 133 | 128 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.48 |
| HSL | 174.83º | 0.28% | 0.41% | - |
| HSV(B) | 174.83º | 0.44% | 0.52% | - |
| XYZ | 15.19 | 19.83 | 23.45 | - |
| YUV | 115.09 | 135.28 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 133 | 128 | 0.44 | 0 | 0.04 | 0.48 | 174.83 | 0.28 | 0.41 |
| Hex | 4B | 85 | 80 | 2C | 0 | 4 | 30 | AF | 1C | 29 |
| Octal | 113 | 205 | 200 | 54 | 0 | 4 | 60 | 257 | 34 | 51 |
| Binary | 1001011 | 10000101 | 10000000 | 101100 | 0 | 100 | 110000 | 10101111 | 11100 | 101001 |
Color Harmonies of #4B8580
Complementary color
Monochromatic Colors of #4B8580
Black with #4B8580
Text Example
Text Example
White with #4B8580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8580; }
p { color: rgb(75,133,128); }
H1.HeaderClassName
{
color: #4B8580;
}
.AnyTagClassName
{
color: #4B8580;
}
</style>
background-color css
<style>
a { background-color: #4B8580; }
a { background-color: rgb(75,133,128); }
div.DivClassName
{
background-color: #4B8580;
}
.BgClassName
{
background-color: #4B8580;
}
</style>
border-color css
<style>
span { border-color: #4B8580; }
span { border-color: rgb(75,133,128); }
td.TdClassName
{
border-color: #4B8580;
}
.TagClassName
{
border-color: #4B8580;
}
</style>