Shades of Lochinvar #469B8C
Tints of Lochinvar #469B8C
RGB
CMYK
RGB Variations
Color information
#469B8C (or 0x469B8C) is known color: Lochinvar. HEX triplet: 46, 9B and 8C. RGB value is (70,155,140). Sum of RGB (Red+Green+Blue) = 70+155+140=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 155 - color contains mainly: green. Hex color #469B8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469B8C is #B96473. Grayscale: #7F7F7F. Windows color (decimal): -12149876 or 9214790. OLE color: 9214790.
HSL color Cylindrical-coordinate representation of color #469B8C: hue angle of 169.41º 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 #469B8C is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 155 | 140 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.39 |
| HSL | 169.41º | 0.38% | 0.44% | - |
| HSV(B) | 169.41º | 0.55% | 0.61% | - |
| XYZ | 18.98 | 26.64 | 28.95 | - |
| YUV | 127.88 | 134.84 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 155 | 140 | 0.55 | 0 | 0.10 | 0.39 | 169.41 | 0.38 | 0.44 |
| Hex | 46 | 9B | 8C | 37 | 0 | A | 27 | A9 | 26 | 2C |
| Octal | 106 | 233 | 214 | 67 | 0 | 12 | 47 | 251 | 46 | 54 |
| Binary | 1000110 | 10011011 | 10001100 | 110111 | 0 | 1010 | 100111 | 10101001 | 100110 | 101100 |
Color Harmonies of #469B8C
Complementary color
Monochromatic Colors of #469B8C
Black with #469B8C
Text Example
Text Example
White with #469B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469B8C; }
p { color: rgb(70,155,140); }
H1.HeaderClassName
{
color: #469B8C;
}
.AnyTagClassName
{
color: #469B8C;
}
</style>
background-color css
<style>
a { background-color: #469B8C; }
a { background-color: rgb(70,155,140); }
div.DivClassName
{
background-color: #469B8C;
}
.BgClassName
{
background-color: #469B8C;
}
</style>
border-color css
<style>
span { border-color: #469B8C; }
span { border-color: rgb(70,155,140); }
td.TdClassName
{
border-color: #469B8C;
}
.TagClassName
{
border-color: #469B8C;
}
</style>