Shades of Lochinvar #4A988F
Tints of Lochinvar #4A988F
RGB
CMYK
RGB Variations
Color information
#4A988F (or 0x4A988F) is known color: Lochinvar. HEX triplet: 4A, 98 and 8F. RGB value is (74,152,143). Sum of RGB (Red+Green+Blue) = 74+152+143=369 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.05% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 152 - color contains mainly: green. Hex color #4A988F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A988F is #B56770. Grayscale: #7F7F7F. Windows color (decimal): -11888497 or 9410634. OLE color: 9410634.
HSL color Cylindrical-coordinate representation of color #4A988F: hue angle of 173.08º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A988F is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 74 | 152 | 143 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.40 |
| HSL | 173.08º | 0.35% | 0.44% | - |
| HSV(B) | 173.08º | 0.51% | 0.6% | - |
| XYZ | 19.01 | 25.9 | 29.98 | - |
| YUV | 127.65 | 136.66 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 152 | 143 | 0.51 | 0 | 0.06 | 0.40 | 173.08 | 0.35 | 0.44 |
| Hex | 4A | 98 | 8F | 33 | 0 | 6 | 28 | AD | 23 | 2C |
| Octal | 112 | 230 | 217 | 63 | 0 | 6 | 50 | 255 | 43 | 54 |
| Binary | 1001010 | 10011000 | 10001111 | 110011 | 0 | 110 | 101000 | 10101101 | 100011 | 101100 |
Color Harmonies of #4A988F
Complementary color
Monochromatic Colors of #4A988F
Black with #4A988F
Text Example
Text Example
White with #4A988F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A988F; }
p { color: rgb(74,152,143); }
H1.HeaderClassName
{
color: #4A988F;
}
.AnyTagClassName
{
color: #4A988F;
}
</style>
background-color css
<style>
a { background-color: #4A988F; }
a { background-color: rgb(74,152,143); }
div.DivClassName
{
background-color: #4A988F;
}
.BgClassName
{
background-color: #4A988F;
}
</style>
border-color css
<style>
span { border-color: #4A988F; }
span { border-color: rgb(74,152,143); }
td.TdClassName
{
border-color: #4A988F;
}
.TagClassName
{
border-color: #4A988F;
}
</style>