Shades of Lochinvar #4B968F
Tints of Lochinvar #4B968F
RGB
CMYK
RGB Variations
Color information
#4B968F (or 0x4B968F) is known color: Lochinvar. HEX triplet: 4B, 96 and 8F. RGB value is (75,150,143). Sum of RGB (Red+Green+Blue) = 75+150+143=368 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.38% from 368); Green value is 150 (58.98% from 255 or 40.76% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 150 - color contains mainly: green. Hex color #4B968F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B968F is #B46970. Grayscale: #7E7E7E. Windows color (decimal): -11823473 or 9410123. OLE color: 9410123.
HSL color Cylindrical-coordinate representation of color #4B968F: hue angle of 174.4º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B968F is Cyan = 0.5, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 75 | 150 | 143 | - |
| CMYK | 0.5 | 0 | 0.05 | 0.41 |
| HSL | 174.4º | 0.33% | 0.44% | - |
| HSV(B) | 174.4º | 0.5% | 0.59% | - |
| XYZ | 18.77 | 25.29 | 29.88 | - |
| YUV | 126.78 | 137.15 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 150 | 143 | 0.5 | 0 | 0.05 | 0.41 | 174.4 | 0.33 | 0.44 |
| Hex | 4B | 96 | 8F | 32 | 0 | 5 | 29 | AE | 21 | 2C |
| Octal | 113 | 226 | 217 | 62 | 0 | 5 | 51 | 256 | 41 | 54 |
| Binary | 1001011 | 10010110 | 10001111 | 110010 | 0 | 101 | 101001 | 10101110 | 100001 | 101100 |
Color Harmonies of #4B968F
Complementary color
Monochromatic Colors of #4B968F
Black with #4B968F
Text Example
Text Example
White with #4B968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B968F; }
p { color: rgb(75,150,143); }
H1.HeaderClassName
{
color: #4B968F;
}
.AnyTagClassName
{
color: #4B968F;
}
</style>
background-color css
<style>
a { background-color: #4B968F; }
a { background-color: rgb(75,150,143); }
div.DivClassName
{
background-color: #4B968F;
}
.BgClassName
{
background-color: #4B968F;
}
</style>
border-color css
<style>
span { border-color: #4B968F; }
span { border-color: rgb(75,150,143); }
td.TdClassName
{
border-color: #4B968F;
}
.TagClassName
{
border-color: #4B968F;
}
</style>