Shades of Lochinvar #4A968B
Tints of Lochinvar #4A968B
RGB
CMYK
RGB Variations
Color information
#4A968B (or 0x4A968B) is known color: Lochinvar. HEX triplet: 4A, 96 and 8B. RGB value is (74,150,139). Sum of RGB (Red+Green+Blue) = 74+150+139=363 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.39% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 150 - color contains mainly: green. Hex color #4A968B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A968B is #B56974. Grayscale: #7D7D7D. Windows color (decimal): -11889013 or 9147978. OLE color: 9147978.
HSL color Cylindrical-coordinate representation of color #4A968B: hue angle of 171.32º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A968B is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 74 | 150 | 139 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.41 |
| HSL | 171.32º | 0.34% | 0.44% | - |
| HSV(B) | 171.32º | 0.51% | 0.59% | - |
| XYZ | 18.39 | 25.13 | 28.31 | - |
| YUV | 126.02 | 135.32 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 150 | 139 | 0.51 | 0 | 0.07 | 0.41 | 171.32 | 0.34 | 0.44 |
| Hex | 4A | 96 | 8B | 33 | 0 | 7 | 29 | AB | 22 | 2C |
| Octal | 112 | 226 | 213 | 63 | 0 | 7 | 51 | 253 | 42 | 54 |
| Binary | 1001010 | 10010110 | 10001011 | 110011 | 0 | 111 | 101001 | 10101011 | 100010 | 101100 |
Color Harmonies of #4A968B
Complementary color
Monochromatic Colors of #4A968B
Black with #4A968B
Text Example
Text Example
White with #4A968B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A968B; }
p { color: rgb(74,150,139); }
H1.HeaderClassName
{
color: #4A968B;
}
.AnyTagClassName
{
color: #4A968B;
}
</style>
background-color css
<style>
a { background-color: #4A968B; }
a { background-color: rgb(74,150,139); }
div.DivClassName
{
background-color: #4A968B;
}
.BgClassName
{
background-color: #4A968B;
}
</style>
border-color css
<style>
span { border-color: #4A968B; }
span { border-color: rgb(74,150,139); }
td.TdClassName
{
border-color: #4A968B;
}
.TagClassName
{
border-color: #4A968B;
}
</style>