Shades of Lochinvar #478D88
Tints of Lochinvar #478D88
RGB
CMYK
RGB Variations
Color information
#478D88 (or 0x478D88) is known color: Lochinvar. HEX triplet: 47, 8D and 88. RGB value is (71,141,136). Sum of RGB (Red+Green+Blue) = 71+141+136=348 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.40% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 141 - color contains mainly: green. Hex color #478D88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478D88 is #B87277. Grayscale: #777777. Windows color (decimal): -12087928 or 8949063. OLE color: 8949063.
HSL color Cylindrical-coordinate representation of color #478D88: hue angle of 175.71º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #478D88 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 141 | 136 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.45 |
| HSL | 175.71º | 0.33% | 0.42% | - |
| HSV(B) | 175.71º | 0.5% | 0.55% | - |
| XYZ | 16.57 | 22.17 | 26.7 | - |
| YUV | 119.5 | 137.31 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 141 | 136 | 0.50 | 0 | 0.04 | 0.45 | 175.71 | 0.33 | 0.42 |
| Hex | 47 | 8D | 88 | 32 | 0 | 4 | 2D | B0 | 21 | 2A |
| Octal | 107 | 215 | 210 | 62 | 0 | 4 | 55 | 260 | 41 | 52 |
| Binary | 1000111 | 10001101 | 10001000 | 110010 | 0 | 100 | 101101 | 10110000 | 100001 | 101010 |
Color Harmonies of #478D88
Complementary color
Monochromatic Colors of #478D88
Black with #478D88
Text Example
Text Example
White with #478D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478D88; }
p { color: rgb(71,141,136); }
H1.HeaderClassName
{
color: #478D88;
}
.AnyTagClassName
{
color: #478D88;
}
</style>
background-color css
<style>
a { background-color: #478D88; }
a { background-color: rgb(71,141,136); }
div.DivClassName
{
background-color: #478D88;
}
.BgClassName
{
background-color: #478D88;
}
</style>
border-color css
<style>
span { border-color: #478D88; }
span { border-color: rgb(71,141,136); }
td.TdClassName
{
border-color: #478D88;
}
.TagClassName
{
border-color: #478D88;
}
</style>