Shades of Lochinvar #488F7B
Tints of Lochinvar #488F7B
RGB
CMYK
RGB Variations
Color information
#488F7B (or 0x488F7B) is known color: Lochinvar. HEX triplet: 48, 8F and 7B. RGB value is (72,143,123). Sum of RGB (Red+Green+Blue) = 72+143+123=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 143 (56.25% from 255 or 42.31% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 143 - color contains mainly: green. Hex color #488F7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488F7B is #B77084. Grayscale: #777777. Windows color (decimal): -12021893 or 8097608. OLE color: 8097608.
HSL color Cylindrical-coordinate representation of color #488F7B: hue angle of 163.1º 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 #488F7B is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 143 | 123 | - |
| CMYK | 0.50 | 0 | 0.14 | 0.44 |
| HSL | 163.1º | 0.33% | 0.42% | - |
| HSV(B) | 163.1º | 0.5% | 0.56% | - |
| XYZ | 16.07 | 22.45 | 22.23 | - |
| YUV | 119.49 | 129.98 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 143 | 123 | 0.50 | 0 | 0.14 | 0.44 | 163.1 | 0.33 | 0.42 |
| Hex | 48 | 8F | 7B | 32 | 0 | E | 2C | A3 | 21 | 2A |
| Octal | 110 | 217 | 173 | 62 | 0 | 16 | 54 | 243 | 41 | 52 |
| Binary | 1001000 | 10001111 | 1111011 | 110010 | 0 | 1110 | 101100 | 10100011 | 100001 | 101010 |
Color Harmonies of #488F7B
Complementary color
Monochromatic Colors of #488F7B
Black with #488F7B
Text Example
Text Example
White with #488F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488F7B; }
p { color: rgb(72,143,123); }
H1.HeaderClassName
{
color: #488F7B;
}
.AnyTagClassName
{
color: #488F7B;
}
</style>
background-color css
<style>
a { background-color: #488F7B; }
a { background-color: rgb(72,143,123); }
div.DivClassName
{
background-color: #488F7B;
}
.BgClassName
{
background-color: #488F7B;
}
</style>
border-color css
<style>
span { border-color: #488F7B; }
span { border-color: rgb(72,143,123); }
td.TdClassName
{
border-color: #488F7B;
}
.TagClassName
{
border-color: #488F7B;
}
</style>