Shades of Lochinvar #48958B
Tints of Lochinvar #48958B
RGB
CMYK
RGB Variations
Color information
#48958B (or 0x48958B) is known color: Lochinvar. HEX triplet: 48, 95 and 8B. RGB value is (72,149,139). Sum of RGB (Red+Green+Blue) = 72+149+139=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 149 (58.59% from 255 or 41.39% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 149 - color contains mainly: green. Hex color #48958B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48958B is #B76A74. Grayscale: #7C7C7C. Windows color (decimal): -12020341 or 9147720. OLE color: 9147720.
HSL color Cylindrical-coordinate representation of color #48958B: hue angle of 172.21º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #48958B is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 149 | 139 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.42 |
| HSL | 172.21º | 0.35% | 0.43% | - |
| HSV(B) | 172.21º | 0.52% | 0.58% | - |
| XYZ | 18.08 | 24.74 | 28.25 | - |
| YUV | 124.84 | 135.99 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 149 | 139 | 0.52 | 0 | 0.07 | 0.42 | 172.21 | 0.35 | 0.43 |
| Hex | 48 | 95 | 8B | 34 | 0 | 7 | 2A | AC | 23 | 2B |
| Octal | 110 | 225 | 213 | 64 | 0 | 7 | 52 | 254 | 43 | 53 |
| Binary | 1001000 | 10010101 | 10001011 | 110100 | 0 | 111 | 101010 | 10101100 | 100011 | 101011 |
Color Harmonies of #48958B
Complementary color
Monochromatic Colors of #48958B
Black with #48958B
Text Example
Text Example
White with #48958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48958B; }
p { color: rgb(72,149,139); }
H1.HeaderClassName
{
color: #48958B;
}
.AnyTagClassName
{
color: #48958B;
}
</style>
background-color css
<style>
a { background-color: #48958B; }
a { background-color: rgb(72,149,139); }
div.DivClassName
{
background-color: #48958B;
}
.BgClassName
{
background-color: #48958B;
}
</style>
border-color css
<style>
span { border-color: #48958B; }
span { border-color: rgb(72,149,139); }
td.TdClassName
{
border-color: #48958B;
}
.TagClassName
{
border-color: #48958B;
}
</style>