Shades of Lochinvar #448B85
Tints of Lochinvar #448B85
RGB
CMYK
RGB Variations
Color information
#448B85 (or 0x448B85) is known color: Lochinvar. HEX triplet: 44, 8B and 85. RGB value is (68,139,133). Sum of RGB (Red+Green+Blue) = 68+139+133=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 139 - color contains mainly: green. Hex color #448B85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448B85 is #BB747A. Grayscale: #757575. Windows color (decimal): -12285051 or 8751940. OLE color: 8751940.
HSL color Cylindrical-coordinate representation of color #448B85: hue angle of 174.93º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #448B85 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 139 | 133 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.45 |
| HSL | 174.93º | 0.34% | 0.41% | - |
| HSV(B) | 174.93º | 0.51% | 0.55% | - |
| XYZ | 15.85 | 21.39 | 25.48 | - |
| YUV | 117.09 | 136.98 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 139 | 133 | 0.51 | 0 | 0.04 | 0.45 | 174.93 | 0.34 | 0.41 |
| Hex | 44 | 8B | 85 | 33 | 0 | 4 | 2D | AF | 22 | 29 |
| Octal | 104 | 213 | 205 | 63 | 0 | 4 | 55 | 257 | 42 | 51 |
| Binary | 1000100 | 10001011 | 10000101 | 110011 | 0 | 100 | 101101 | 10101111 | 100010 | 101001 |
Color Harmonies of #448B85
Complementary color
Monochromatic Colors of #448B85
Black with #448B85
Text Example
Text Example
White with #448B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448B85; }
p { color: rgb(68,139,133); }
H1.HeaderClassName
{
color: #448B85;
}
.AnyTagClassName
{
color: #448B85;
}
</style>
background-color css
<style>
a { background-color: #448B85; }
a { background-color: rgb(68,139,133); }
div.DivClassName
{
background-color: #448B85;
}
.BgClassName
{
background-color: #448B85;
}
</style>
border-color css
<style>
span { border-color: #448B85; }
span { border-color: rgb(68,139,133); }
td.TdClassName
{
border-color: #448B85;
}
.TagClassName
{
border-color: #448B85;
}
</style>