Shades of Lochinvar #488A83
Tints of Lochinvar #488A83
RGB
CMYK
RGB Variations
Color information
#488A83 (or 0x488A83) is known color: Lochinvar. HEX triplet: 48, 8A and 83. RGB value is (72,138,131). Sum of RGB (Red+Green+Blue) = 72+138+131=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 138 - color contains mainly: green. Hex color #488A83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488A83 is #B7757C. Grayscale: #757575. Windows color (decimal): -12023165 or 8620616. OLE color: 8620616.
HSL color Cylindrical-coordinate representation of color #488A83: hue angle of 173.64º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #488A83 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 138 | 131 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.46 |
| HSL | 173.64º | 0.31% | 0.41% | - |
| HSV(B) | 173.64º | 0.48% | 0.54% | - |
| XYZ | 15.86 | 21.19 | 24.73 | - |
| YUV | 117.47 | 135.63 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 138 | 131 | 0.48 | 0 | 0.05 | 0.46 | 173.64 | 0.31 | 0.41 |
| Hex | 48 | 8A | 83 | 30 | 0 | 5 | 2E | AE | 1F | 29 |
| Octal | 110 | 212 | 203 | 60 | 0 | 5 | 56 | 256 | 37 | 51 |
| Binary | 1001000 | 10001010 | 10000011 | 110000 | 0 | 101 | 101110 | 10101110 | 11111 | 101001 |
Color Harmonies of #488A83
Complementary color
Monochromatic Colors of #488A83
Black with #488A83
Text Example
Text Example
White with #488A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488A83; }
p { color: rgb(72,138,131); }
H1.HeaderClassName
{
color: #488A83;
}
.AnyTagClassName
{
color: #488A83;
}
</style>
background-color css
<style>
a { background-color: #488A83; }
a { background-color: rgb(72,138,131); }
div.DivClassName
{
background-color: #488A83;
}
.BgClassName
{
background-color: #488A83;
}
</style>
border-color css
<style>
span { border-color: #488A83; }
span { border-color: rgb(72,138,131); }
td.TdClassName
{
border-color: #488A83;
}
.TagClassName
{
border-color: #488A83;
}
</style>