Shades of Lochinvar #48938B
Tints of Lochinvar #48938B
RGB
CMYK
RGB Variations
Color information
#48938B (or 0x48938B) is known color: Lochinvar. HEX triplet: 48, 93 and 8B. RGB value is (72,147,139). Sum of RGB (Red+Green+Blue) = 72+147+139=358 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.11% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 147 - color contains mainly: green. Hex color #48938B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48938B is #B76C74. Grayscale: #7B7B7B. Windows color (decimal): -12020853 or 9147208. OLE color: 9147208.
HSL color Cylindrical-coordinate representation of color #48938B: hue angle of 173.6º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #48938B is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 147 | 139 | - |
| CMYK | 0.51 | 0 | 0.05 | 0.42 |
| HSL | 173.6º | 0.34% | 0.43% | - |
| HSV(B) | 173.6º | 0.51% | 0.58% | - |
| XYZ | 17.77 | 24.11 | 28.14 | - |
| YUV | 123.66 | 136.65 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 147 | 139 | 0.51 | 0 | 0.05 | 0.42 | 173.6 | 0.34 | 0.43 |
| Hex | 48 | 93 | 8B | 33 | 0 | 5 | 2A | AE | 22 | 2B |
| Octal | 110 | 223 | 213 | 63 | 0 | 5 | 52 | 256 | 42 | 53 |
| Binary | 1001000 | 10010011 | 10001011 | 110011 | 0 | 101 | 101010 | 10101110 | 100010 | 101011 |
Color Harmonies of #48938B
Complementary color
Monochromatic Colors of #48938B
Black with #48938B
Text Example
Text Example
White with #48938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48938B; }
p { color: rgb(72,147,139); }
H1.HeaderClassName
{
color: #48938B;
}
.AnyTagClassName
{
color: #48938B;
}
</style>
background-color css
<style>
a { background-color: #48938B; }
a { background-color: rgb(72,147,139); }
div.DivClassName
{
background-color: #48938B;
}
.BgClassName
{
background-color: #48938B;
}
</style>
border-color css
<style>
span { border-color: #48938B; }
span { border-color: rgb(72,147,139); }
td.TdClassName
{
border-color: #48938B;
}
.TagClassName
{
border-color: #48938B;
}
</style>