Shades of Lochinvar #468C83
Tints of Lochinvar #468C83
RGB
CMYK
RGB Variations
Color information
#468C83 (or 0x468C83) is known color: Lochinvar. HEX triplet: 46, 8C and 83. RGB value is (70,140,131). Sum of RGB (Red+Green+Blue) = 70+140+131=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 140 - color contains mainly: green. Hex color #468C83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468C83 is #B9737C. Grayscale: #767676. Windows color (decimal): -12153725 or 8621126. OLE color: 8621126.
HSL color Cylindrical-coordinate representation of color #468C83: hue angle of 172.29º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #468C83 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 140 | 131 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.45 |
| HSL | 172.29º | 0.33% | 0.41% | - |
| HSV(B) | 172.29º | 0.5% | 0.55% | - |
| XYZ | 16 | 21.7 | 24.82 | - |
| YUV | 118.04 | 135.31 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 140 | 131 | 0.50 | 0 | 0.06 | 0.45 | 172.29 | 0.33 | 0.41 |
| Hex | 46 | 8C | 83 | 32 | 0 | 6 | 2D | AC | 21 | 29 |
| Octal | 106 | 214 | 203 | 62 | 0 | 6 | 55 | 254 | 41 | 51 |
| Binary | 1000110 | 10001100 | 10000011 | 110010 | 0 | 110 | 101101 | 10101100 | 100001 | 101001 |
Color Harmonies of #468C83
Complementary color
Monochromatic Colors of #468C83
Black with #468C83
Text Example
Text Example
White with #468C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468C83; }
p { color: rgb(70,140,131); }
H1.HeaderClassName
{
color: #468C83;
}
.AnyTagClassName
{
color: #468C83;
}
</style>
background-color css
<style>
a { background-color: #468C83; }
a { background-color: rgb(70,140,131); }
div.DivClassName
{
background-color: #468C83;
}
.BgClassName
{
background-color: #468C83;
}
</style>
border-color css
<style>
span { border-color: #468C83; }
span { border-color: rgb(70,140,131); }
td.TdClassName
{
border-color: #468C83;
}
.TagClassName
{
border-color: #468C83;
}
</style>