Shades of Lochinvar #49998B
Tints of Lochinvar #49998B
RGB
CMYK
RGB Variations
Color information
#49998B (or 0x49998B) is known color: Lochinvar. HEX triplet: 49, 99 and 8B. RGB value is (73,153,139). Sum of RGB (Red+Green+Blue) = 73+153+139=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 153 - color contains mainly: green. Hex color #49998B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49998B is #B66674. Grayscale: #7F7F7F. Windows color (decimal): -11953781 or 9148745. OLE color: 9148745.
HSL color Cylindrical-coordinate representation of color #49998B: hue angle of 169.5º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #49998B is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 153 | 139 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.4 |
| HSL | 169.5º | 0.35% | 0.44% | - |
| HSV(B) | 169.5º | 0.52% | 0.6% | - |
| XYZ | 18.8 | 26.06 | 28.47 | - |
| YUV | 127.48 | 134.5 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 153 | 139 | 0.52 | 0 | 0.09 | 0.4 | 169.5 | 0.35 | 0.44 |
| Hex | 49 | 99 | 8B | 34 | 0 | 9 | 28 | AA | 23 | 2C |
| Octal | 111 | 231 | 213 | 64 | 0 | 11 | 50 | 252 | 43 | 54 |
| Binary | 1001001 | 10011001 | 10001011 | 110100 | 0 | 1001 | 101000 | 10101010 | 100011 | 101100 |
Color Harmonies of #49998B
Complementary color
Monochromatic Colors of #49998B
Black with #49998B
Text Example
Text Example
White with #49998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49998B; }
p { color: rgb(73,153,139); }
H1.HeaderClassName
{
color: #49998B;
}
.AnyTagClassName
{
color: #49998B;
}
</style>
background-color css
<style>
a { background-color: #49998B; }
a { background-color: rgb(73,153,139); }
div.DivClassName
{
background-color: #49998B;
}
.BgClassName
{
background-color: #49998B;
}
</style>
border-color css
<style>
span { border-color: #49998B; }
span { border-color: rgb(73,153,139); }
td.TdClassName
{
border-color: #49998B;
}
.TagClassName
{
border-color: #49998B;
}
</style>