Shades of Lochinvar #449A8E
Tints of Lochinvar #449A8E
RGB
CMYK
RGB Variations
Color information
#449A8E (or 0x449A8E) is known color: Lochinvar. HEX triplet: 44, 9A and 8E. RGB value is (68,154,142). Sum of RGB (Red+Green+Blue) = 68+154+142=364 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.68% from 364); Green value is 154 (60.55% from 255 or 42.31% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 154 - color contains mainly: green. Hex color #449A8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449A8E is #BB6571. Grayscale: #7E7E7E. Windows color (decimal): -12281202 or 9345604. OLE color: 9345604.
HSL color Cylindrical-coordinate representation of color #449A8E: hue angle of 171.63º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449A8E is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 154 | 142 | - |
| CMYK | 0.56 | 0 | 0.08 | 0.40 |
| HSL | 171.63º | 0.39% | 0.44% | - |
| HSV(B) | 171.63º | 0.56% | 0.6% | - |
| XYZ | 18.82 | 26.29 | 29.67 | - |
| YUV | 126.92 | 136.51 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 154 | 142 | 0.56 | 0 | 0.08 | 0.40 | 171.63 | 0.39 | 0.44 |
| Hex | 44 | 9A | 8E | 38 | 0 | 8 | 28 | AC | 27 | 2C |
| Octal | 104 | 232 | 216 | 70 | 0 | 10 | 50 | 254 | 47 | 54 |
| Binary | 1000100 | 10011010 | 10001110 | 111000 | 0 | 1000 | 101000 | 10101100 | 100111 | 101100 |
Color Harmonies of #449A8E
Complementary color
Monochromatic Colors of #449A8E
Black with #449A8E
Text Example
Text Example
White with #449A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449A8E; }
p { color: rgb(68,154,142); }
H1.HeaderClassName
{
color: #449A8E;
}
.AnyTagClassName
{
color: #449A8E;
}
</style>
background-color css
<style>
a { background-color: #449A8E; }
a { background-color: rgb(68,154,142); }
div.DivClassName
{
background-color: #449A8E;
}
.BgClassName
{
background-color: #449A8E;
}
</style>
border-color css
<style>
span { border-color: #449A8E; }
span { border-color: rgb(68,154,142); }
td.TdClassName
{
border-color: #449A8E;
}
.TagClassName
{
border-color: #449A8E;
}
</style>