Shades of Lochinvar #448883
Tints of Lochinvar #448883
RGB
CMYK
RGB Variations
Color information
#448883 (or 0x448883) is known color: Lochinvar. HEX triplet: 44, 88 and 83. RGB value is (68,136,131). Sum of RGB (Red+Green+Blue) = 68+136+131=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 136 - color contains mainly: green. Hex color #448883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448883 is #BB777C. Grayscale: #737373. Windows color (decimal): -12285821 or 8620100. OLE color: 8620100.
HSL color Cylindrical-coordinate representation of color #448883: hue angle of 175.59º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448883 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 136 | 131 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.47 |
| HSL | 175.59º | 0.33% | 0.4% | - |
| HSV(B) | 175.59º | 0.5% | 0.53% | - |
| XYZ | 15.28 | 20.48 | 24.62 | - |
| YUV | 115.1 | 136.97 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 136 | 131 | 0.50 | 0 | 0.04 | 0.47 | 175.59 | 0.33 | 0.4 |
| Hex | 44 | 88 | 83 | 32 | 0 | 4 | 2F | B0 | 21 | 28 |
| Octal | 104 | 210 | 203 | 62 | 0 | 4 | 57 | 260 | 41 | 50 |
| Binary | 1000100 | 10001000 | 10000011 | 110010 | 0 | 100 | 101111 | 10110000 | 100001 | 101000 |
Color Harmonies of #448883
Complementary color
Monochromatic Colors of #448883
Black with #448883
Text Example
Text Example
White with #448883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448883; }
p { color: rgb(68,136,131); }
H1.HeaderClassName
{
color: #448883;
}
.AnyTagClassName
{
color: #448883;
}
</style>
background-color css
<style>
a { background-color: #448883; }
a { background-color: rgb(68,136,131); }
div.DivClassName
{
background-color: #448883;
}
.BgClassName
{
background-color: #448883;
}
</style>
border-color css
<style>
span { border-color: #448883; }
span { border-color: rgb(68,136,131); }
td.TdClassName
{
border-color: #448883;
}
.TagClassName
{
border-color: #448883;
}
</style>