Shades of Lochinvar #468882
Tints of Lochinvar #468882
RGB
CMYK
RGB Variations
Color information
#468882 (or 0x468882) is known color: Lochinvar. HEX triplet: 46, 88 and 82. RGB value is (70,136,130). Sum of RGB (Red+Green+Blue) = 70+136+130=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 136 - color contains mainly: green. Hex color #468882 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468882 is #B9777D. Grayscale: #737373. Windows color (decimal): -12154750 or 8554566. OLE color: 8554566.
HSL color Cylindrical-coordinate representation of color #468882: hue angle of 174.55º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #468882 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 136 | 130 | - |
| CMYK | 0.49 | 0 | 0.04 | 0.47 |
| HSL | 174.55º | 0.32% | 0.4% | - |
| HSV(B) | 174.55º | 0.49% | 0.53% | - |
| XYZ | 15.36 | 20.52 | 24.27 | - |
| YUV | 115.58 | 136.13 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 136 | 130 | 0.49 | 0 | 0.04 | 0.47 | 174.55 | 0.32 | 0.4 |
| Hex | 46 | 88 | 82 | 31 | 0 | 4 | 2F | AF | 20 | 28 |
| Octal | 106 | 210 | 202 | 61 | 0 | 4 | 57 | 257 | 40 | 50 |
| Binary | 1000110 | 10001000 | 10000010 | 110001 | 0 | 100 | 101111 | 10101111 | 100000 | 101000 |
Color Harmonies of #468882
Complementary color
Monochromatic Colors of #468882
Black with #468882
Text Example
Text Example
White with #468882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468882; }
p { color: rgb(70,136,130); }
H1.HeaderClassName
{
color: #468882;
}
.AnyTagClassName
{
color: #468882;
}
</style>
background-color css
<style>
a { background-color: #468882; }
a { background-color: rgb(70,136,130); }
div.DivClassName
{
background-color: #468882;
}
.BgClassName
{
background-color: #468882;
}
</style>
border-color css
<style>
span { border-color: #468882; }
span { border-color: rgb(70,136,130); }
td.TdClassName
{
border-color: #468882;
}
.TagClassName
{
border-color: #468882;
}
</style>