Shades of Lochinvar #48907D
Tints of Lochinvar #48907D
RGB
CMYK
RGB Variations
Color information
#48907D (or 0x48907D) is known color: Lochinvar. HEX triplet: 48, 90 and 7D. RGB value is (72,144,125). Sum of RGB (Red+Green+Blue) = 72+144+125=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 144 - color contains mainly: green. Hex color #48907D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48907D is #B76F82. Grayscale: #787878. Windows color (decimal): -12021635 or 8228936. OLE color: 8228936.
HSL color Cylindrical-coordinate representation of color #48907D: hue angle of 164.17º 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 #48907D is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 144 | 125 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.44 |
| HSL | 164.17º | 0.33% | 0.42% | - |
| HSV(B) | 164.17º | 0.5% | 0.56% | - |
| XYZ | 16.35 | 22.8 | 22.94 | - |
| YUV | 120.31 | 130.65 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 144 | 125 | 0.50 | 0 | 0.13 | 0.44 | 164.17 | 0.33 | 0.42 |
| Hex | 48 | 90 | 7D | 32 | 0 | D | 2C | A4 | 21 | 2A |
| Octal | 110 | 220 | 175 | 62 | 0 | 15 | 54 | 244 | 41 | 52 |
| Binary | 1001000 | 10010000 | 1111101 | 110010 | 0 | 1101 | 101100 | 10100100 | 100001 | 101010 |
Color Harmonies of #48907D
Complementary color
Monochromatic Colors of #48907D
Black with #48907D
Text Example
Text Example
White with #48907D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48907D; }
p { color: rgb(72,144,125); }
H1.HeaderClassName
{
color: #48907D;
}
.AnyTagClassName
{
color: #48907D;
}
</style>
background-color css
<style>
a { background-color: #48907D; }
a { background-color: rgb(72,144,125); }
div.DivClassName
{
background-color: #48907D;
}
.BgClassName
{
background-color: #48907D;
}
</style>
border-color css
<style>
span { border-color: #48907D; }
span { border-color: rgb(72,144,125); }
td.TdClassName
{
border-color: #48907D;
}
.TagClassName
{
border-color: #48907D;
}
</style>