Shades of Lochinvar #469A85
Tints of Lochinvar #469A85
RGB
CMYK
RGB Variations
Color information
#469A85 (or 0x469A85) is known color: Lochinvar. HEX triplet: 46, 9A and 85. RGB value is (70,154,133). Sum of RGB (Red+Green+Blue) = 70+154+133=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 154 - color contains mainly: green. Hex color #469A85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469A85 is #B9657A. Grayscale: #7E7E7E. Windows color (decimal): -12150139 or 8755782. OLE color: 8755782.
HSL color Cylindrical-coordinate representation of color #469A85: hue angle of 165º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469A85 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 154 | 133 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.40 |
| HSL | 165º | 0.38% | 0.44% | - |
| HSV(B) | 165º | 0.55% | 0.6% | - |
| XYZ | 18.32 | 26.11 | 26.26 | - |
| YUV | 126.49 | 131.67 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 154 | 133 | 0.55 | 0 | 0.14 | 0.40 | 165 | 0.38 | 0.44 |
| Hex | 46 | 9A | 85 | 37 | 0 | E | 28 | A5 | 26 | 2C |
| Octal | 106 | 232 | 205 | 67 | 0 | 16 | 50 | 245 | 46 | 54 |
| Binary | 1000110 | 10011010 | 10000101 | 110111 | 0 | 1110 | 101000 | 10100101 | 100110 | 101100 |
Color Harmonies of #469A85
Complementary color
Monochromatic Colors of #469A85
Black with #469A85
Text Example
Text Example
White with #469A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469A85; }
p { color: rgb(70,154,133); }
H1.HeaderClassName
{
color: #469A85;
}
.AnyTagClassName
{
color: #469A85;
}
</style>
background-color css
<style>
a { background-color: #469A85; }
a { background-color: rgb(70,154,133); }
div.DivClassName
{
background-color: #469A85;
}
.BgClassName
{
background-color: #469A85;
}
</style>
border-color css
<style>
span { border-color: #469A85; }
span { border-color: rgb(70,154,133); }
td.TdClassName
{
border-color: #469A85;
}
.TagClassName
{
border-color: #469A85;
}
</style>