Shades of Lochinvar #468A80
Tints of Lochinvar #468A80
RGB
CMYK
RGB Variations
Color information
#468A80 (or 0x468A80) is known color: Lochinvar. HEX triplet: 46, 8A and 80. RGB value is (70,138,128). Sum of RGB (Red+Green+Blue) = 70+138+128=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 138 - color contains mainly: green. Hex color #468A80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468A80 is #B9757F. Grayscale: #747474. Windows color (decimal): -12154240 or 8424006. OLE color: 8424006.
HSL color Cylindrical-coordinate representation of color #468A80: hue angle of 171.18º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #468A80 is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 70 | 138 | 128 | - |
| CMYK | 0.49 | 0 | 0.07 | 0.46 |
| HSL | 171.18º | 0.33% | 0.41% | - |
| HSV(B) | 171.18º | 0.49% | 0.54% | - |
| XYZ | 15.51 | 21.04 | 23.67 | - |
| YUV | 116.53 | 134.47 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 138 | 128 | 0.49 | 0 | 0.07 | 0.46 | 171.18 | 0.33 | 0.41 |
| Hex | 46 | 8A | 80 | 31 | 0 | 7 | 2E | AB | 21 | 29 |
| Octal | 106 | 212 | 200 | 61 | 0 | 7 | 56 | 253 | 41 | 51 |
| Binary | 1000110 | 10001010 | 10000000 | 110001 | 0 | 111 | 101110 | 10101011 | 100001 | 101001 |
Color Harmonies of #468A80
Complementary color
Monochromatic Colors of #468A80
Black with #468A80
Text Example
Text Example
White with #468A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468A80; }
p { color: rgb(70,138,128); }
H1.HeaderClassName
{
color: #468A80;
}
.AnyTagClassName
{
color: #468A80;
}
</style>
background-color css
<style>
a { background-color: #468A80; }
a { background-color: rgb(70,138,128); }
div.DivClassName
{
background-color: #468A80;
}
.BgClassName
{
background-color: #468A80;
}
</style>
border-color css
<style>
span { border-color: #468A80; }
span { border-color: rgb(70,138,128); }
td.TdClassName
{
border-color: #468A80;
}
.TagClassName
{
border-color: #468A80;
}
</style>