Shades of Lochinvar #48908A
Tints of Lochinvar #48908A
RGB
CMYK
RGB Variations
Color information
#48908A (or 0x48908A) is known color: Lochinvar. HEX triplet: 48, 90 and 8A. RGB value is (72,144,138). Sum of RGB (Red+Green+Blue) = 72+144+138=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 144 - color contains mainly: green. Hex color #48908A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48908A is #B76F75. Grayscale: #797979. Windows color (decimal): -12021622 or 9080904. OLE color: 9080904.
HSL color Cylindrical-coordinate representation of color #48908A: hue angle of 175º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48908A is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 144 | 138 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.44 |
| HSL | 175º | 0.33% | 0.42% | - |
| HSV(B) | 175º | 0.5% | 0.56% | - |
| XYZ | 17.23 | 23.16 | 27.61 | - |
| YUV | 121.79 | 137.15 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 144 | 138 | 0.50 | 0 | 0.04 | 0.44 | 175 | 0.33 | 0.42 |
| Hex | 48 | 90 | 8A | 32 | 0 | 4 | 2C | AF | 21 | 2A |
| Octal | 110 | 220 | 212 | 62 | 0 | 4 | 54 | 257 | 41 | 52 |
| Binary | 1001000 | 10010000 | 10001010 | 110010 | 0 | 100 | 101100 | 10101111 | 100001 | 101010 |
Color Harmonies of #48908A
Complementary color
Monochromatic Colors of #48908A
Black with #48908A
Text Example
Text Example
White with #48908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48908A; }
p { color: rgb(72,144,138); }
H1.HeaderClassName
{
color: #48908A;
}
.AnyTagClassName
{
color: #48908A;
}
</style>
background-color css
<style>
a { background-color: #48908A; }
a { background-color: rgb(72,144,138); }
div.DivClassName
{
background-color: #48908A;
}
.BgClassName
{
background-color: #48908A;
}
</style>
border-color css
<style>
span { border-color: #48908A; }
span { border-color: rgb(72,144,138); }
td.TdClassName
{
border-color: #48908A;
}
.TagClassName
{
border-color: #48908A;
}
</style>