Shades of Lochinvar #488B83
Tints of Lochinvar #488B83
RGB
CMYK
RGB Variations
Color information
#488B83 (or 0x488B83) is known color: Lochinvar. HEX triplet: 48, 8B and 83. RGB value is (72,139,131). Sum of RGB (Red+Green+Blue) = 72+139+131=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 131 (51.56% from 255 or 38.30% from 342); Max value from RGB is 139 - color contains mainly: green. Hex color #488B83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488B83 is #B7747C. Grayscale: #767676. Windows color (decimal): -12022909 or 8620872. OLE color: 8620872.
HSL color Cylindrical-coordinate representation of color #488B83: hue angle of 172.84º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #488B83 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 139 | 131 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.45 |
| HSL | 172.84º | 0.32% | 0.41% | - |
| HSV(B) | 172.84º | 0.48% | 0.55% | - |
| XYZ | 16 | 21.48 | 24.78 | - |
| YUV | 118.06 | 135.3 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 131 | 0.48 | 0 | 0.06 | 0.45 | 172.84 | 0.32 | 0.41 |
| Hex | 48 | 8B | 83 | 30 | 0 | 6 | 2D | AD | 20 | 29 |
| Octal | 110 | 213 | 203 | 60 | 0 | 6 | 55 | 255 | 40 | 51 |
| Binary | 1001000 | 10001011 | 10000011 | 110000 | 0 | 110 | 101101 | 10101101 | 100000 | 101001 |
Color Harmonies of #488B83
Complementary color
Monochromatic Colors of #488B83
Black with #488B83
Text Example
Text Example
White with #488B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488B83; }
p { color: rgb(72,139,131); }
H1.HeaderClassName
{
color: #488B83;
}
.AnyTagClassName
{
color: #488B83;
}
</style>
background-color css
<style>
a { background-color: #488B83; }
a { background-color: rgb(72,139,131); }
div.DivClassName
{
background-color: #488B83;
}
.BgClassName
{
background-color: #488B83;
}
</style>
border-color css
<style>
span { border-color: #488B83; }
span { border-color: rgb(72,139,131); }
td.TdClassName
{
border-color: #488B83;
}
.TagClassName
{
border-color: #488B83;
}
</style>