Shades of Lochinvar #448F88
Tints of Lochinvar #448F88
RGB
CMYK
RGB Variations
Color information
#448F88 (or 0x448F88) is known color: Lochinvar. HEX triplet: 44, 8F and 88. RGB value is (68,143,136). Sum of RGB (Red+Green+Blue) = 68+143+136=347 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.60% from 347); Green value is 143 (56.25% from 255 or 41.21% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 143 - color contains mainly: green. Hex color #448F88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448F88 is #BB7077. Grayscale: #777777. Windows color (decimal): -12284024 or 8949572. OLE color: 8949572.
HSL color Cylindrical-coordinate representation of color #448F88: hue angle of 174.4º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #448F88 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 143 | 136 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.44 |
| HSL | 174.4º | 0.36% | 0.41% | - |
| HSV(B) | 174.4º | 0.52% | 0.56% | - |
| XYZ | 16.65 | 22.65 | 26.79 | - |
| YUV | 119.78 | 137.15 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 136 | 0.52 | 0 | 0.05 | 0.44 | 174.4 | 0.36 | 0.41 |
| Hex | 44 | 8F | 88 | 34 | 0 | 5 | 2C | AE | 24 | 29 |
| Octal | 104 | 217 | 210 | 64 | 0 | 5 | 54 | 256 | 44 | 51 |
| Binary | 1000100 | 10001111 | 10001000 | 110100 | 0 | 101 | 101100 | 10101110 | 100100 | 101001 |
Color Harmonies of #448F88
Complementary color
Monochromatic Colors of #448F88
Black with #448F88
Text Example
Text Example
White with #448F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448F88; }
p { color: rgb(68,143,136); }
H1.HeaderClassName
{
color: #448F88;
}
.AnyTagClassName
{
color: #448F88;
}
</style>
background-color css
<style>
a { background-color: #448F88; }
a { background-color: rgb(68,143,136); }
div.DivClassName
{
background-color: #448F88;
}
.BgClassName
{
background-color: #448F88;
}
</style>
border-color css
<style>
span { border-color: #448F88; }
span { border-color: rgb(68,143,136); }
td.TdClassName
{
border-color: #448F88;
}
.TagClassName
{
border-color: #448F88;
}
</style>