Shades of Lochinvar #4A968F
Tints of Lochinvar #4A968F
RGB
CMYK
RGB Variations
Color information
#4A968F (or 0x4A968F) is known color: Lochinvar. HEX triplet: 4A, 96 and 8F. RGB value is (74,150,143). Sum of RGB (Red+Green+Blue) = 74+150+143=367 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.16% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 150 - color contains mainly: green. Hex color #4A968F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A968F is #B56970. Grayscale: #7E7E7E. Windows color (decimal): -11889009 or 9410122. OLE color: 9410122.
HSL color Cylindrical-coordinate representation of color #4A968F: hue angle of 174.47º 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 #4A968F is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 74 | 150 | 143 | - |
| CMYK | 0.51 | 0 | 0.05 | 0.41 |
| HSL | 174.47º | 0.34% | 0.44% | - |
| HSV(B) | 174.47º | 0.51% | 0.59% | - |
| XYZ | 18.69 | 25.25 | 29.88 | - |
| YUV | 126.48 | 137.32 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 150 | 143 | 0.51 | 0 | 0.05 | 0.41 | 174.47 | 0.34 | 0.44 |
| Hex | 4A | 96 | 8F | 33 | 0 | 5 | 29 | AE | 22 | 2C |
| Octal | 112 | 226 | 217 | 63 | 0 | 5 | 51 | 256 | 42 | 54 |
| Binary | 1001010 | 10010110 | 10001111 | 110011 | 0 | 101 | 101001 | 10101110 | 100010 | 101100 |
Color Harmonies of #4A968F
Complementary color
Monochromatic Colors of #4A968F
Black with #4A968F
Text Example
Text Example
White with #4A968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A968F; }
p { color: rgb(74,150,143); }
H1.HeaderClassName
{
color: #4A968F;
}
.AnyTagClassName
{
color: #4A968F;
}
</style>
background-color css
<style>
a { background-color: #4A968F; }
a { background-color: rgb(74,150,143); }
div.DivClassName
{
background-color: #4A968F;
}
.BgClassName
{
background-color: #4A968F;
}
</style>
border-color css
<style>
span { border-color: #4A968F; }
span { border-color: rgb(74,150,143); }
td.TdClassName
{
border-color: #4A968F;
}
.TagClassName
{
border-color: #4A968F;
}
</style>