Shades of Lochinvar #448985
Tints of Lochinvar #448985
RGB
CMYK
RGB Variations
Color information
#448985 (or 0x448985) is known color: Lochinvar. HEX triplet: 44, 89 and 85. RGB value is (68,137,133). Sum of RGB (Red+Green+Blue) = 68+137+133=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 137 - color contains mainly: green. Hex color #448985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448985 is #BB767A. Grayscale: #737373. Windows color (decimal): -12285563 or 8751428. OLE color: 8751428.
HSL color Cylindrical-coordinate representation of color #448985: hue angle of 176.52º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448985 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 137 | 133 | - |
| CMYK | 0.50 | 0 | 0.03 | 0.46 |
| HSL | 176.52º | 0.34% | 0.4% | - |
| HSV(B) | 176.52º | 0.5% | 0.54% | - |
| XYZ | 15.56 | 20.81 | 25.39 | - |
| YUV | 115.91 | 137.64 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 137 | 133 | 0.50 | 0 | 0.03 | 0.46 | 176.52 | 0.34 | 0.4 |
| Hex | 44 | 89 | 85 | 32 | 0 | 3 | 2E | B1 | 22 | 28 |
| Octal | 104 | 211 | 205 | 62 | 0 | 3 | 56 | 261 | 42 | 50 |
| Binary | 1000100 | 10001001 | 10000101 | 110010 | 0 | 11 | 101110 | 10110001 | 100010 | 101000 |
Color Harmonies of #448985
Complementary color
Monochromatic Colors of #448985
Black with #448985
Text Example
Text Example
White with #448985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448985; }
p { color: rgb(68,137,133); }
H1.HeaderClassName
{
color: #448985;
}
.AnyTagClassName
{
color: #448985;
}
</style>
background-color css
<style>
a { background-color: #448985; }
a { background-color: rgb(68,137,133); }
div.DivClassName
{
background-color: #448985;
}
.BgClassName
{
background-color: #448985;
}
</style>
border-color css
<style>
span { border-color: #448985; }
span { border-color: rgb(68,137,133); }
td.TdClassName
{
border-color: #448985;
}
.TagClassName
{
border-color: #448985;
}
</style>