Shades of Lochinvar #478882
Tints of Lochinvar #478882
RGB
CMYK
RGB Variations
Color information
#478882 (or 0x478882) is known color: Lochinvar. HEX triplet: 47, 88 and 82. RGB value is (71,136,130). Sum of RGB (Red+Green+Blue) = 71+136+130=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 136 - color contains mainly: green. Hex color #478882 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478882 is #B8777D. Grayscale: #737373. Windows color (decimal): -12089214 or 8554567. OLE color: 8554567.
HSL color Cylindrical-coordinate representation of color #478882: hue angle of 174.46º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #478882 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 136 | 130 | - |
| CMYK | 0.48 | 0 | 0.04 | 0.47 |
| HSL | 174.46º | 0.31% | 0.41% | - |
| HSV(B) | 174.46º | 0.48% | 0.53% | - |
| XYZ | 15.43 | 20.56 | 24.27 | - |
| YUV | 115.88 | 135.97 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 136 | 130 | 0.48 | 0 | 0.04 | 0.47 | 174.46 | 0.31 | 0.41 |
| Hex | 47 | 88 | 82 | 30 | 0 | 4 | 2F | AE | 1F | 29 |
| Octal | 107 | 210 | 202 | 60 | 0 | 4 | 57 | 256 | 37 | 51 |
| Binary | 1000111 | 10001000 | 10000010 | 110000 | 0 | 100 | 101111 | 10101110 | 11111 | 101001 |
Color Harmonies of #478882
Complementary color
Monochromatic Colors of #478882
Black with #478882
Text Example
Text Example
White with #478882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478882; }
p { color: rgb(71,136,130); }
H1.HeaderClassName
{
color: #478882;
}
.AnyTagClassName
{
color: #478882;
}
</style>
background-color css
<style>
a { background-color: #478882; }
a { background-color: rgb(71,136,130); }
div.DivClassName
{
background-color: #478882;
}
.BgClassName
{
background-color: #478882;
}
</style>
border-color css
<style>
span { border-color: #478882; }
span { border-color: rgb(71,136,130); }
td.TdClassName
{
border-color: #478882;
}
.TagClassName
{
border-color: #478882;
}
</style>