Shades of Lochinvar #448F7B
Tints of Lochinvar #448F7B
RGB
CMYK
RGB Variations
Color information
#448F7B (or 0x448F7B) is known color: Lochinvar. HEX triplet: 44, 8F and 7B. RGB value is (68,143,123). Sum of RGB (Red+Green+Blue) = 68+143+123=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 143 (56.25% from 255 or 42.81% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 143 - color contains mainly: green. Hex color #448F7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448F7B is #BB7084. Grayscale: #767676. Windows color (decimal): -12284037 or 8097604. OLE color: 8097604.
HSL color Cylindrical-coordinate representation of color #448F7B: hue angle of 164º 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 #448F7B is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 143 | 123 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.44 |
| HSL | 164º | 0.36% | 0.41% | - |
| HSV(B) | 164º | 0.52% | 0.56% | - |
| XYZ | 15.78 | 22.3 | 22.21 | - |
| YUV | 118.3 | 130.65 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 123 | 0.52 | 0 | 0.14 | 0.44 | 164 | 0.36 | 0.41 |
| Hex | 44 | 8F | 7B | 34 | 0 | E | 2C | A4 | 24 | 29 |
| Octal | 104 | 217 | 173 | 64 | 0 | 16 | 54 | 244 | 44 | 51 |
| Binary | 1000100 | 10001111 | 1111011 | 110100 | 0 | 1110 | 101100 | 10100100 | 100100 | 101001 |
Color Harmonies of #448F7B
Complementary color
Monochromatic Colors of #448F7B
Black with #448F7B
Text Example
Text Example
White with #448F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448F7B; }
p { color: rgb(68,143,123); }
H1.HeaderClassName
{
color: #448F7B;
}
.AnyTagClassName
{
color: #448F7B;
}
</style>
background-color css
<style>
a { background-color: #448F7B; }
a { background-color: rgb(68,143,123); }
div.DivClassName
{
background-color: #448F7B;
}
.BgClassName
{
background-color: #448F7B;
}
</style>
border-color css
<style>
span { border-color: #448F7B; }
span { border-color: rgb(68,143,123); }
td.TdClassName
{
border-color: #448F7B;
}
.TagClassName
{
border-color: #448F7B;
}
</style>