Shades of Lochinvar #469C8E
Tints of Lochinvar #469C8E
RGB
CMYK
RGB Variations
Color information
#469C8E (or 0x469C8E) is known color: Lochinvar. HEX triplet: 46, 9C and 8E. RGB value is (70,156,142). Sum of RGB (Red+Green+Blue) = 70+156+142=368 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.02% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 156 - color contains mainly: green. Hex color #469C8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469C8E is #B96371. Grayscale: #808080. Windows color (decimal): -12149618 or 9346118. OLE color: 9346118.
HSL color Cylindrical-coordinate representation of color #469C8E: hue angle of 170.23º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469C8E is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 156 | 142 | - |
| CMYK | 0.55 | 0 | 0.09 | 0.39 |
| HSL | 170.23º | 0.38% | 0.44% | - |
| HSV(B) | 170.23º | 0.55% | 0.61% | - |
| XYZ | 19.3 | 27.03 | 29.79 | - |
| YUV | 128.69 | 135.51 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 156 | 142 | 0.55 | 0 | 0.09 | 0.39 | 170.23 | 0.38 | 0.44 |
| Hex | 46 | 9C | 8E | 37 | 0 | 9 | 27 | AA | 26 | 2C |
| Octal | 106 | 234 | 216 | 67 | 0 | 11 | 47 | 252 | 46 | 54 |
| Binary | 1000110 | 10011100 | 10001110 | 110111 | 0 | 1001 | 100111 | 10101010 | 100110 | 101100 |
Color Harmonies of #469C8E
Complementary color
Monochromatic Colors of #469C8E
Black with #469C8E
Text Example
Text Example
White with #469C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469C8E; }
p { color: rgb(70,156,142); }
H1.HeaderClassName
{
color: #469C8E;
}
.AnyTagClassName
{
color: #469C8E;
}
</style>
background-color css
<style>
a { background-color: #469C8E; }
a { background-color: rgb(70,156,142); }
div.DivClassName
{
background-color: #469C8E;
}
.BgClassName
{
background-color: #469C8E;
}
</style>
border-color css
<style>
span { border-color: #469C8E; }
span { border-color: rgb(70,156,142); }
td.TdClassName
{
border-color: #469C8E;
}
.TagClassName
{
border-color: #469C8E;
}
</style>