Shades of Lochinvar #44948C
Tints of Lochinvar #44948C
RGB
CMYK
RGB Variations
Color information
#44948C (or 0x44948C) is known color: Lochinvar. HEX triplet: 44, 94 and 8C. RGB value is (68,148,140). Sum of RGB (Red+Green+Blue) = 68+148+140=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 148 - color contains mainly: green. Hex color #44948C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44948C is #BB6B73. Grayscale: #7B7B7B. Windows color (decimal): -12282740 or 9212996. OLE color: 9212996.
HSL color Cylindrical-coordinate representation of color #44948C: hue angle of 174º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #44948C is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 148 | 140 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.42 |
| HSL | 174º | 0.37% | 0.42% | - |
| HSV(B) | 174º | 0.54% | 0.58% | - |
| XYZ | 17.71 | 24.3 | 28.57 | - |
| YUV | 123.17 | 137.5 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 148 | 140 | 0.54 | 0 | 0.05 | 0.42 | 174 | 0.37 | 0.42 |
| Hex | 44 | 94 | 8C | 36 | 0 | 5 | 2A | AE | 25 | 2A |
| Octal | 104 | 224 | 214 | 66 | 0 | 5 | 52 | 256 | 45 | 52 |
| Binary | 1000100 | 10010100 | 10001100 | 110110 | 0 | 101 | 101010 | 10101110 | 100101 | 101010 |
Color Harmonies of #44948C
Complementary color
Monochromatic Colors of #44948C
Black with #44948C
Text Example
Text Example
White with #44948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44948C; }
p { color: rgb(68,148,140); }
H1.HeaderClassName
{
color: #44948C;
}
.AnyTagClassName
{
color: #44948C;
}
</style>
background-color css
<style>
a { background-color: #44948C; }
a { background-color: rgb(68,148,140); }
div.DivClassName
{
background-color: #44948C;
}
.BgClassName
{
background-color: #44948C;
}
</style>
border-color css
<style>
span { border-color: #44948C; }
span { border-color: rgb(68,148,140); }
td.TdClassName
{
border-color: #44948C;
}
.TagClassName
{
border-color: #44948C;
}
</style>