Shades of Lochinvar #449285
Tints of Lochinvar #449285
RGB
CMYK
RGB Variations
Color information
#449285 (or 0x449285) is known color: Lochinvar. HEX triplet: 44, 92 and 85. RGB value is (68,146,133). Sum of RGB (Red+Green+Blue) = 68+146+133=347 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.60% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 146 - color contains mainly: green. Hex color #449285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449285 is #BB6D7A. Grayscale: #797979. Windows color (decimal): -12283259 or 8753732. OLE color: 8753732.
HSL color Cylindrical-coordinate representation of color #449285: hue angle of 170º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #449285 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 146 | 133 | - |
| CMYK | 0.53 | 0 | 0.09 | 0.43 |
| HSL | 170º | 0.36% | 0.42% | - |
| HSV(B) | 170º | 0.53% | 0.57% | - |
| XYZ | 16.9 | 23.48 | 25.83 | - |
| YUV | 121.2 | 134.66 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 146 | 133 | 0.53 | 0 | 0.09 | 0.43 | 170 | 0.36 | 0.42 |
| Hex | 44 | 92 | 85 | 35 | 0 | 9 | 2B | AA | 24 | 2A |
| Octal | 104 | 222 | 205 | 65 | 0 | 11 | 53 | 252 | 44 | 52 |
| Binary | 1000100 | 10010010 | 10000101 | 110101 | 0 | 1001 | 101011 | 10101010 | 100100 | 101010 |
Color Harmonies of #449285
Complementary color
Monochromatic Colors of #449285
Black with #449285
Text Example
Text Example
White with #449285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449285; }
p { color: rgb(68,146,133); }
H1.HeaderClassName
{
color: #449285;
}
.AnyTagClassName
{
color: #449285;
}
</style>
background-color css
<style>
a { background-color: #449285; }
a { background-color: rgb(68,146,133); }
div.DivClassName
{
background-color: #449285;
}
.BgClassName
{
background-color: #449285;
}
</style>
border-color css
<style>
span { border-color: #449285; }
span { border-color: rgb(68,146,133); }
td.TdClassName
{
border-color: #449285;
}
.TagClassName
{
border-color: #449285;
}
</style>