Shades of Lochinvar #469B8A
Tints of Lochinvar #469B8A
RGB
CMYK
RGB Variations
Color information
#469B8A (or 0x469B8A) is known color: Lochinvar. HEX triplet: 46, 9B and 8A. RGB value is (70,155,138). Sum of RGB (Red+Green+Blue) = 70+155+138=363 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.28% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 155 - color contains mainly: green. Hex color #469B8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469B8A is #B96475. Grayscale: #7F7F7F. Windows color (decimal): -12149878 or 9083718. OLE color: 9083718.
HSL color Cylindrical-coordinate representation of color #469B8A: hue angle of 168º 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 #469B8A is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 155 | 138 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.39 |
| HSL | 168º | 0.38% | 0.44% | - |
| HSV(B) | 168º | 0.55% | 0.61% | - |
| XYZ | 18.83 | 26.58 | 28.18 | - |
| YUV | 127.65 | 133.84 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 155 | 138 | 0.55 | 0 | 0.11 | 0.39 | 168 | 0.38 | 0.44 |
| Hex | 46 | 9B | 8A | 37 | 0 | B | 27 | A8 | 26 | 2C |
| Octal | 106 | 233 | 212 | 67 | 0 | 13 | 47 | 250 | 46 | 54 |
| Binary | 1000110 | 10011011 | 10001010 | 110111 | 0 | 1011 | 100111 | 10101000 | 100110 | 101100 |
Color Harmonies of #469B8A
Complementary color
Monochromatic Colors of #469B8A
Black with #469B8A
Text Example
Text Example
White with #469B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469B8A; }
p { color: rgb(70,155,138); }
H1.HeaderClassName
{
color: #469B8A;
}
.AnyTagClassName
{
color: #469B8A;
}
</style>
background-color css
<style>
a { background-color: #469B8A; }
a { background-color: rgb(70,155,138); }
div.DivClassName
{
background-color: #469B8A;
}
.BgClassName
{
background-color: #469B8A;
}
</style>
border-color css
<style>
span { border-color: #469B8A; }
span { border-color: rgb(70,155,138); }
td.TdClassName
{
border-color: #469B8A;
}
.TagClassName
{
border-color: #469B8A;
}
</style>