Shades of Lochinvar #449B8E
Tints of Lochinvar #449B8E
RGB
CMYK
RGB Variations
Color information
#449B8E (or 0x449B8E) is known color: Lochinvar. HEX triplet: 44, 9B and 8E. RGB value is (68,155,142). Sum of RGB (Red+Green+Blue) = 68+155+142=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 155 - color contains mainly: green. Hex color #449B8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449B8E is #BB6471. Grayscale: #7F7F7F. Windows color (decimal): -12280946 or 9345860. OLE color: 9345860.
HSL color Cylindrical-coordinate representation of color #449B8E: hue angle of 171.03º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449B8E is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 155 | 142 | - |
| CMYK | 0.56 | 0 | 0.08 | 0.39 |
| HSL | 171.03º | 0.39% | 0.44% | - |
| HSV(B) | 171.03º | 0.56% | 0.61% | - |
| XYZ | 18.99 | 26.62 | 29.73 | - |
| YUV | 127.51 | 136.18 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 155 | 142 | 0.56 | 0 | 0.08 | 0.39 | 171.03 | 0.39 | 0.44 |
| Hex | 44 | 9B | 8E | 38 | 0 | 8 | 27 | AB | 27 | 2C |
| Octal | 104 | 233 | 216 | 70 | 0 | 10 | 47 | 253 | 47 | 54 |
| Binary | 1000100 | 10011011 | 10001110 | 111000 | 0 | 1000 | 100111 | 10101011 | 100111 | 101100 |
Color Harmonies of #449B8E
Complementary color
Monochromatic Colors of #449B8E
Black with #449B8E
Text Example
Text Example
White with #449B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449B8E; }
p { color: rgb(68,155,142); }
H1.HeaderClassName
{
color: #449B8E;
}
.AnyTagClassName
{
color: #449B8E;
}
</style>
background-color css
<style>
a { background-color: #449B8E; }
a { background-color: rgb(68,155,142); }
div.DivClassName
{
background-color: #449B8E;
}
.BgClassName
{
background-color: #449B8E;
}
</style>
border-color css
<style>
span { border-color: #449B8E; }
span { border-color: rgb(68,155,142); }
td.TdClassName
{
border-color: #449B8E;
}
.TagClassName
{
border-color: #449B8E;
}
</style>