Shades of Lochinvar #488884
Tints of Lochinvar #488884
RGB
CMYK
RGB Variations
Color information
#488884 (or 0x488884) is known color: Lochinvar. HEX triplet: 48, 88 and 84. RGB value is (72,136,132). Sum of RGB (Red+Green+Blue) = 72+136+132=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 136 - color contains mainly: green. Hex color #488884 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488884 is #B7777B. Grayscale: #747474. Windows color (decimal): -12023676 or 8685640. OLE color: 8685640.
HSL color Cylindrical-coordinate representation of color #488884: hue angle of 176.25º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488884 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 136 | 132 | - |
| CMYK | 0.47 | 0 | 0.03 | 0.47 |
| HSL | 176.25º | 0.31% | 0.41% | - |
| HSV(B) | 176.25º | 0.47% | 0.53% | - |
| XYZ | 15.64 | 20.65 | 24.99 | - |
| YUV | 116.41 | 136.8 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 136 | 132 | 0.47 | 0 | 0.03 | 0.47 | 176.25 | 0.31 | 0.41 |
| Hex | 48 | 88 | 84 | 2F | 0 | 3 | 2F | B0 | 1F | 29 |
| Octal | 110 | 210 | 204 | 57 | 0 | 3 | 57 | 260 | 37 | 51 |
| Binary | 1001000 | 10001000 | 10000100 | 101111 | 0 | 11 | 101111 | 10110000 | 11111 | 101001 |
Color Harmonies of #488884
Complementary color
Monochromatic Colors of #488884
Black with #488884
Text Example
Text Example
White with #488884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488884; }
p { color: rgb(72,136,132); }
H1.HeaderClassName
{
color: #488884;
}
.AnyTagClassName
{
color: #488884;
}
</style>
background-color css
<style>
a { background-color: #488884; }
a { background-color: rgb(72,136,132); }
div.DivClassName
{
background-color: #488884;
}
.BgClassName
{
background-color: #488884;
}
</style>
border-color css
<style>
span { border-color: #488884; }
span { border-color: rgb(72,136,132); }
td.TdClassName
{
border-color: #488884;
}
.TagClassName
{
border-color: #488884;
}
</style>