Shades of Lochinvar #47998D
Tints of Lochinvar #47998D
RGB
CMYK
RGB Variations
Color information
#47998D (or 0x47998D) is known color: Lochinvar. HEX triplet: 47, 99 and 8D. RGB value is (71,153,141). Sum of RGB (Red+Green+Blue) = 71+153+141=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 153 - color contains mainly: green. Hex color #47998D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47998D is #B86672. Grayscale: #7F7F7F. Windows color (decimal): -12084851 or 9279815. OLE color: 9279815.
HSL color Cylindrical-coordinate representation of color #47998D: hue angle of 171.22º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47998D is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 71 | 153 | 141 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.4 |
| HSL | 171.22º | 0.37% | 0.44% | - |
| HSV(B) | 171.22º | 0.54% | 0.6% | - |
| XYZ | 18.8 | 26.05 | 29.24 | - |
| YUV | 127.11 | 135.83 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 153 | 141 | 0.54 | 0 | 0.08 | 0.4 | 171.22 | 0.37 | 0.44 |
| Hex | 47 | 99 | 8D | 36 | 0 | 8 | 28 | AB | 25 | 2C |
| Octal | 107 | 231 | 215 | 66 | 0 | 10 | 50 | 253 | 45 | 54 |
| Binary | 1000111 | 10011001 | 10001101 | 110110 | 0 | 1000 | 101000 | 10101011 | 100101 | 101100 |
Color Harmonies of #47998D
Complementary color
Monochromatic Colors of #47998D
Black with #47998D
Text Example
Text Example
White with #47998D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47998D; }
p { color: rgb(71,153,141); }
H1.HeaderClassName
{
color: #47998D;
}
.AnyTagClassName
{
color: #47998D;
}
</style>
background-color css
<style>
a { background-color: #47998D; }
a { background-color: rgb(71,153,141); }
div.DivClassName
{
background-color: #47998D;
}
.BgClassName
{
background-color: #47998D;
}
</style>
border-color css
<style>
span { border-color: #47998D; }
span { border-color: rgb(71,153,141); }
td.TdClassName
{
border-color: #47998D;
}
.TagClassName
{
border-color: #47998D;
}
</style>