Shades of Lochinvar #4B917B
Tints of Lochinvar #4B917B
RGB
CMYK
RGB Variations
Color information
#4B917B (or 0x4B917B) is known color: Lochinvar. HEX triplet: 4B, 91 and 7B. RGB value is (75,145,123). Sum of RGB (Red+Green+Blue) = 75+145+123=343 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.87% from 343); Green value is 145 (57.03% from 255 or 42.27% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 145 - color contains mainly: green. Hex color #4B917B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B917B is #B46E84. Grayscale: #797979. Windows color (decimal): -11824773 or 8098123. OLE color: 8098123.
HSL color Cylindrical-coordinate representation of color #4B917B: hue angle of 161.14º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B917B is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 75 | 145 | 123 | - |
| CMYK | 0.48 | 0 | 0.15 | 0.43 |
| HSL | 161.14º | 0.32% | 0.43% | - |
| HSV(B) | 161.14º | 0.48% | 0.57% | - |
| XYZ | 16.6 | 23.18 | 22.34 | - |
| YUV | 121.56 | 128.81 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 145 | 123 | 0.48 | 0 | 0.15 | 0.43 | 161.14 | 0.32 | 0.43 |
| Hex | 4B | 91 | 7B | 30 | 0 | F | 2B | A1 | 20 | 2B |
| Octal | 113 | 221 | 173 | 60 | 0 | 17 | 53 | 241 | 40 | 53 |
| Binary | 1001011 | 10010001 | 1111011 | 110000 | 0 | 1111 | 101011 | 10100001 | 100000 | 101011 |
Color Harmonies of #4B917B
Complementary color
Monochromatic Colors of #4B917B
Black with #4B917B
Text Example
Text Example
White with #4B917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B917B; }
p { color: rgb(75,145,123); }
H1.HeaderClassName
{
color: #4B917B;
}
.AnyTagClassName
{
color: #4B917B;
}
</style>
background-color css
<style>
a { background-color: #4B917B; }
a { background-color: rgb(75,145,123); }
div.DivClassName
{
background-color: #4B917B;
}
.BgClassName
{
background-color: #4B917B;
}
</style>
border-color css
<style>
span { border-color: #4B917B; }
span { border-color: rgb(75,145,123); }
td.TdClassName
{
border-color: #4B917B;
}
.TagClassName
{
border-color: #4B917B;
}
</style>