Shades of Lochinvar #449688
Tints of Lochinvar #449688
RGB
CMYK
RGB Variations
Color information
#449688 (or 0x449688) is known color: Lochinvar. HEX triplet: 44, 96 and 88. RGB value is (68,150,136). Sum of RGB (Red+Green+Blue) = 68+150+136=354 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.21% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 136 (53.52% from 255 or 38.42% from 354); Max value from RGB is 150 - color contains mainly: green. Hex color #449688 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449688 is #BB6977. Grayscale: #7B7B7B. Windows color (decimal): -12282232 or 8951364. OLE color: 8951364.
HSL color Cylindrical-coordinate representation of color #449688: hue angle of 169.76º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #449688 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 68 | 150 | 136 | - |
| CMYK | 0.55 | 0 | 0.09 | 0.41 |
| HSL | 169.76º | 0.38% | 0.43% | - |
| HSV(B) | 169.76º | 0.55% | 0.59% | - |
| XYZ | 17.73 | 24.82 | 27.15 | - |
| YUV | 123.89 | 134.83 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 150 | 136 | 0.55 | 0 | 0.09 | 0.41 | 169.76 | 0.38 | 0.43 |
| Hex | 44 | 96 | 88 | 37 | 0 | 9 | 29 | AA | 26 | 2B |
| Octal | 104 | 226 | 210 | 67 | 0 | 11 | 51 | 252 | 46 | 53 |
| Binary | 1000100 | 10010110 | 10001000 | 110111 | 0 | 1001 | 101001 | 10101010 | 100110 | 101011 |
Color Harmonies of #449688
Complementary color
Monochromatic Colors of #449688
Black with #449688
Text Example
Text Example
White with #449688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449688; }
p { color: rgb(68,150,136); }
H1.HeaderClassName
{
color: #449688;
}
.AnyTagClassName
{
color: #449688;
}
</style>
background-color css
<style>
a { background-color: #449688; }
a { background-color: rgb(68,150,136); }
div.DivClassName
{
background-color: #449688;
}
.BgClassName
{
background-color: #449688;
}
</style>
border-color css
<style>
span { border-color: #449688; }
span { border-color: rgb(68,150,136); }
td.TdClassName
{
border-color: #449688;
}
.TagClassName
{
border-color: #449688;
}
</style>