Shades of Lochinvar #468884
Tints of Lochinvar #468884
RGB
CMYK
RGB Variations
Color information
#468884 (or 0x468884) is known color: Lochinvar. HEX triplet: 46, 88 and 84. RGB value is (70,136,132). Sum of RGB (Red+Green+Blue) = 70+136+132=338 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.71% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 136 - color contains mainly: green. Hex color #468884 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468884 is #B9777B. Grayscale: #737373. Windows color (decimal): -12154748 or 8685638. OLE color: 8685638.
HSL color Cylindrical-coordinate representation of color #468884: hue angle of 176.36º 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 #468884 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 136 | 132 | - |
| CMYK | 0.49 | 0 | 0.03 | 0.47 |
| HSL | 176.36º | 0.32% | 0.4% | - |
| HSV(B) | 176.36º | 0.49% | 0.53% | - |
| XYZ | 15.49 | 20.58 | 24.98 | - |
| YUV | 115.81 | 137.13 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 136 | 132 | 0.49 | 0 | 0.03 | 0.47 | 176.36 | 0.32 | 0.4 |
| Hex | 46 | 88 | 84 | 31 | 0 | 3 | 2F | B0 | 20 | 28 |
| Octal | 106 | 210 | 204 | 61 | 0 | 3 | 57 | 260 | 40 | 50 |
| Binary | 1000110 | 10001000 | 10000100 | 110001 | 0 | 11 | 101111 | 10110000 | 100000 | 101000 |
Color Harmonies of #468884
Complementary color
Monochromatic Colors of #468884
Black with #468884
Text Example
Text Example
White with #468884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468884; }
p { color: rgb(70,136,132); }
H1.HeaderClassName
{
color: #468884;
}
.AnyTagClassName
{
color: #468884;
}
</style>
background-color css
<style>
a { background-color: #468884; }
a { background-color: rgb(70,136,132); }
div.DivClassName
{
background-color: #468884;
}
.BgClassName
{
background-color: #468884;
}
</style>
border-color css
<style>
span { border-color: #468884; }
span { border-color: rgb(70,136,132); }
td.TdClassName
{
border-color: #468884;
}
.TagClassName
{
border-color: #468884;
}
</style>