Shades of Lochinvar #448983
Tints of Lochinvar #448983
RGB
CMYK
RGB Variations
Color information
#448983 (or 0x448983) is known color: Lochinvar. HEX triplet: 44, 89 and 83. RGB value is (68,137,131). Sum of RGB (Red+Green+Blue) = 68+137+131=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 137 - color contains mainly: green. Hex color #448983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448983 is #BB767C. Grayscale: #737373. Windows color (decimal): -12285565 or 8620356. OLE color: 8620356.
HSL color Cylindrical-coordinate representation of color #448983: hue angle of 174.78º 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 #448983 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 137 | 131 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.46 |
| HSL | 174.78º | 0.34% | 0.4% | - |
| HSV(B) | 174.78º | 0.5% | 0.54% | - |
| XYZ | 15.43 | 20.76 | 24.67 | - |
| YUV | 115.69 | 136.64 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 137 | 131 | 0.50 | 0 | 0.04 | 0.46 | 174.78 | 0.34 | 0.4 |
| Hex | 44 | 89 | 83 | 32 | 0 | 4 | 2E | AF | 22 | 28 |
| Octal | 104 | 211 | 203 | 62 | 0 | 4 | 56 | 257 | 42 | 50 |
| Binary | 1000100 | 10001001 | 10000011 | 110010 | 0 | 100 | 101110 | 10101111 | 100010 | 101000 |
Color Harmonies of #448983
Complementary color
Monochromatic Colors of #448983
Black with #448983
Text Example
Text Example
White with #448983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448983; }
p { color: rgb(68,137,131); }
H1.HeaderClassName
{
color: #448983;
}
.AnyTagClassName
{
color: #448983;
}
</style>
background-color css
<style>
a { background-color: #448983; }
a { background-color: rgb(68,137,131); }
div.DivClassName
{
background-color: #448983;
}
.BgClassName
{
background-color: #448983;
}
</style>
border-color css
<style>
span { border-color: #448983; }
span { border-color: rgb(68,137,131); }
td.TdClassName
{
border-color: #448983;
}
.TagClassName
{
border-color: #448983;
}
</style>