Shades of Lochinvar #449A88
Tints of Lochinvar #449A88
RGB
CMYK
RGB Variations
Color information
#449A88 (or 0x449A88) is known color: Lochinvar. HEX triplet: 44, 9A and 88. RGB value is (68,154,136). Sum of RGB (Red+Green+Blue) = 68+154+136=358 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.99% from 358); Green value is 154 (60.55% from 255 or 43.02% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 154 - color contains mainly: green. Hex color #449A88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449A88 is #BB6577. Grayscale: #7E7E7E. Windows color (decimal): -12281208 or 8952388. OLE color: 8952388.
HSL color Cylindrical-coordinate representation of color #449A88: hue angle of 167.44º 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 #449A88 is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 154 | 136 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.40 |
| HSL | 167.44º | 0.39% | 0.44% | - |
| HSV(B) | 167.44º | 0.56% | 0.6% | - |
| XYZ | 18.38 | 26.12 | 27.36 | - |
| YUV | 126.23 | 133.51 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 154 | 136 | 0.56 | 0 | 0.12 | 0.40 | 167.44 | 0.39 | 0.44 |
| Hex | 44 | 9A | 88 | 38 | 0 | C | 28 | A7 | 27 | 2C |
| Octal | 104 | 232 | 210 | 70 | 0 | 14 | 50 | 247 | 47 | 54 |
| Binary | 1000100 | 10011010 | 10001000 | 111000 | 0 | 1100 | 101000 | 10100111 | 100111 | 101100 |
Color Harmonies of #449A88
Complementary color
Monochromatic Colors of #449A88
Black with #449A88
Text Example
Text Example
White with #449A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449A88; }
p { color: rgb(68,154,136); }
H1.HeaderClassName
{
color: #449A88;
}
.AnyTagClassName
{
color: #449A88;
}
</style>
background-color css
<style>
a { background-color: #449A88; }
a { background-color: rgb(68,154,136); }
div.DivClassName
{
background-color: #449A88;
}
.BgClassName
{
background-color: #449A88;
}
</style>
border-color css
<style>
span { border-color: #449A88; }
span { border-color: rgb(68,154,136); }
td.TdClassName
{
border-color: #449A88;
}
.TagClassName
{
border-color: #449A88;
}
</style>