Shades of Lochinvar #4B9B8D
Tints of Lochinvar #4B9B8D
RGB
CMYK
RGB Variations
Color information
#4B9B8D (or 0x4B9B8D) is known color: Lochinvar. HEX triplet: 4B, 9B and 8D. RGB value is (75,155,141). Sum of RGB (Red+Green+Blue) = 75+155+141=371 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.22% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 155 - color contains mainly: green. Hex color #4B9B8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B9B8D is #B46472. Grayscale: #818181. Windows color (decimal): -11822195 or 9280331. OLE color: 9280331.
HSL color Cylindrical-coordinate representation of color #4B9B8D: hue angle of 169.5º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B9B8D is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 75 | 155 | 141 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.39 |
| HSL | 169.5º | 0.35% | 0.45% | - |
| HSV(B) | 169.5º | 0.52% | 0.61% | - |
| XYZ | 19.43 | 26.86 | 29.36 | - |
| YUV | 129.48 | 134.5 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 155 | 141 | 0.52 | 0 | 0.09 | 0.39 | 169.5 | 0.35 | 0.45 |
| Hex | 4B | 9B | 8D | 34 | 0 | 9 | 27 | AA | 23 | 2D |
| Octal | 113 | 233 | 215 | 64 | 0 | 11 | 47 | 252 | 43 | 55 |
| Binary | 1001011 | 10011011 | 10001101 | 110100 | 0 | 1001 | 100111 | 10101010 | 100011 | 101101 |
Color Harmonies of #4B9B8D
Complementary color
Monochromatic Colors of #4B9B8D
Black with #4B9B8D
Text Example
Text Example
White with #4B9B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9B8D; }
p { color: rgb(75,155,141); }
H1.HeaderClassName
{
color: #4B9B8D;
}
.AnyTagClassName
{
color: #4B9B8D;
}
</style>
background-color css
<style>
a { background-color: #4B9B8D; }
a { background-color: rgb(75,155,141); }
div.DivClassName
{
background-color: #4B9B8D;
}
.BgClassName
{
background-color: #4B9B8D;
}
</style>
border-color css
<style>
span { border-color: #4B9B8D; }
span { border-color: rgb(75,155,141); }
td.TdClassName
{
border-color: #4B9B8D;
}
.TagClassName
{
border-color: #4B9B8D;
}
</style>