Shades of Lochinvar #4A998C
Tints of Lochinvar #4A998C
RGB
CMYK
RGB Variations
Color information
#4A998C (or 0x4A998C) is known color: Lochinvar. HEX triplet: 4A, 99 and 8C. RGB value is (74,153,140). Sum of RGB (Red+Green+Blue) = 74+153+140=367 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.16% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 153 - color contains mainly: green. Hex color #4A998C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A998C is #B56673. Grayscale: #7F7F7F. Windows color (decimal): -11888244 or 9214282. OLE color: 9214282.
HSL color Cylindrical-coordinate representation of color #4A998C: hue angle of 170.13º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A998C is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 74 | 153 | 140 | - |
| CMYK | 0.52 | 0 | 0.08 | 0.4 |
| HSL | 170.13º | 0.35% | 0.45% | - |
| HSV(B) | 170.13º | 0.52% | 0.6% | - |
| XYZ | 18.95 | 26.13 | 28.86 | - |
| YUV | 127.9 | 134.83 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 153 | 140 | 0.52 | 0 | 0.08 | 0.4 | 170.13 | 0.35 | 0.45 |
| Hex | 4A | 99 | 8C | 34 | 0 | 8 | 28 | AA | 23 | 2D |
| Octal | 112 | 231 | 214 | 64 | 0 | 10 | 50 | 252 | 43 | 55 |
| Binary | 1001010 | 10011001 | 10001100 | 110100 | 0 | 1000 | 101000 | 10101010 | 100011 | 101101 |
Color Harmonies of #4A998C
Complementary color
Monochromatic Colors of #4A998C
Black with #4A998C
Text Example
Text Example
White with #4A998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A998C; }
p { color: rgb(74,153,140); }
H1.HeaderClassName
{
color: #4A998C;
}
.AnyTagClassName
{
color: #4A998C;
}
</style>
background-color css
<style>
a { background-color: #4A998C; }
a { background-color: rgb(74,153,140); }
div.DivClassName
{
background-color: #4A998C;
}
.BgClassName
{
background-color: #4A998C;
}
</style>
border-color css
<style>
span { border-color: #4A998C; }
span { border-color: rgb(74,153,140); }
td.TdClassName
{
border-color: #4A998C;
}
.TagClassName
{
border-color: #4A998C;
}
</style>