Shades of Lochinvar #469C8B
Tints of Lochinvar #469C8B
RGB
CMYK
RGB Variations
Color information
#469C8B (or 0x469C8B) is known color: Lochinvar. HEX triplet: 46, 9C and 8B. RGB value is (70,156,139). Sum of RGB (Red+Green+Blue) = 70+156+139=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 156 - color contains mainly: green. Hex color #469C8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469C8B is #B96374. Grayscale: #808080. Windows color (decimal): -12149621 or 9149510. OLE color: 9149510.
HSL color Cylindrical-coordinate representation of color #469C8B: hue angle of 168.14º 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 #469C8B is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 156 | 139 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.39 |
| HSL | 168.14º | 0.38% | 0.44% | - |
| HSV(B) | 168.14º | 0.55% | 0.61% | - |
| XYZ | 19.07 | 26.94 | 28.62 | - |
| YUV | 128.35 | 134.01 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 156 | 139 | 0.55 | 0 | 0.11 | 0.39 | 168.14 | 0.38 | 0.44 |
| Hex | 46 | 9C | 8B | 37 | 0 | B | 27 | A8 | 26 | 2C |
| Octal | 106 | 234 | 213 | 67 | 0 | 13 | 47 | 250 | 46 | 54 |
| Binary | 1000110 | 10011100 | 10001011 | 110111 | 0 | 1011 | 100111 | 10101000 | 100110 | 101100 |
Color Harmonies of #469C8B
Complementary color
Monochromatic Colors of #469C8B
Black with #469C8B
Text Example
Text Example
White with #469C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469C8B; }
p { color: rgb(70,156,139); }
H1.HeaderClassName
{
color: #469C8B;
}
.AnyTagClassName
{
color: #469C8B;
}
</style>
background-color css
<style>
a { background-color: #469C8B; }
a { background-color: rgb(70,156,139); }
div.DivClassName
{
background-color: #469C8B;
}
.BgClassName
{
background-color: #469C8B;
}
</style>
border-color css
<style>
span { border-color: #469C8B; }
span { border-color: rgb(70,156,139); }
td.TdClassName
{
border-color: #469C8B;
}
.TagClassName
{
border-color: #469C8B;
}
</style>