Shades of Lochinvar #4B9A8B
Tints of Lochinvar #4B9A8B
RGB
CMYK
RGB Variations
Color information
#4B9A8B (or 0x4B9A8B) is known color: Lochinvar. HEX triplet: 4B, 9A and 8B. RGB value is (75,154,139). Sum of RGB (Red+Green+Blue) = 75+154+139=368 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.38% from 368); Green value is 154 (60.55% from 255 or 41.85% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 154 - color contains mainly: green. Hex color #4B9A8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B9A8B is #B46574. Grayscale: #808080. Windows color (decimal): -11822453 or 9149003. OLE color: 9149003.
HSL color Cylindrical-coordinate representation of color #4B9A8B: hue angle of 168.61º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B9A8B is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 75 | 154 | 139 | - |
| CMYK | 0.51 | 0 | 0.10 | 0.40 |
| HSL | 168.61º | 0.34% | 0.45% | - |
| HSV(B) | 168.61º | 0.51% | 0.6% | - |
| XYZ | 19.12 | 26.47 | 28.53 | - |
| YUV | 128.67 | 133.83 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 154 | 139 | 0.51 | 0 | 0.10 | 0.40 | 168.61 | 0.34 | 0.45 |
| Hex | 4B | 9A | 8B | 33 | 0 | A | 28 | A9 | 22 | 2D |
| Octal | 113 | 232 | 213 | 63 | 0 | 12 | 50 | 251 | 42 | 55 |
| Binary | 1001011 | 10011010 | 10001011 | 110011 | 0 | 1010 | 101000 | 10101001 | 100010 | 101101 |
Color Harmonies of #4B9A8B
Complementary color
Monochromatic Colors of #4B9A8B
Black with #4B9A8B
Text Example
Text Example
White with #4B9A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9A8B; }
p { color: rgb(75,154,139); }
H1.HeaderClassName
{
color: #4B9A8B;
}
.AnyTagClassName
{
color: #4B9A8B;
}
</style>
background-color css
<style>
a { background-color: #4B9A8B; }
a { background-color: rgb(75,154,139); }
div.DivClassName
{
background-color: #4B9A8B;
}
.BgClassName
{
background-color: #4B9A8B;
}
</style>
border-color css
<style>
span { border-color: #4B9A8B; }
span { border-color: rgb(75,154,139); }
td.TdClassName
{
border-color: #4B9A8B;
}
.TagClassName
{
border-color: #4B9A8B;
}
</style>