Shades of Lochinvar #448783
Tints of Lochinvar #448783
RGB
CMYK
RGB Variations
Color information
#448783 (or 0x448783) is known color: Lochinvar. HEX triplet: 44, 87 and 83. RGB value is (68,135,131). Sum of RGB (Red+Green+Blue) = 68+135+131=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 135 (53.12% from 255 or 40.42% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 135 - color contains mainly: green. Hex color #448783 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448783 is #BB787C. Grayscale: #727272. Windows color (decimal): -12286077 or 8619844. OLE color: 8619844.
HSL color Cylindrical-coordinate representation of color #448783: hue angle of 176.42º 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 #448783 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 135 | 131 | - |
| CMYK | 0.50 | 0 | 0.03 | 0.47 |
| HSL | 176.42º | 0.33% | 0.4% | - |
| HSV(B) | 176.42º | 0.5% | 0.53% | - |
| XYZ | 15.14 | 20.2 | 24.57 | - |
| YUV | 114.51 | 137.3 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 135 | 131 | 0.50 | 0 | 0.03 | 0.47 | 176.42 | 0.33 | 0.4 |
| Hex | 44 | 87 | 83 | 32 | 0 | 3 | 2F | B0 | 21 | 28 |
| Octal | 104 | 207 | 203 | 62 | 0 | 3 | 57 | 260 | 41 | 50 |
| Binary | 1000100 | 10000111 | 10000011 | 110010 | 0 | 11 | 101111 | 10110000 | 100001 | 101000 |
Color Harmonies of #448783
Complementary color
Monochromatic Colors of #448783
Black with #448783
Text Example
Text Example
White with #448783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448783; }
p { color: rgb(68,135,131); }
H1.HeaderClassName
{
color: #448783;
}
.AnyTagClassName
{
color: #448783;
}
</style>
background-color css
<style>
a { background-color: #448783; }
a { background-color: rgb(68,135,131); }
div.DivClassName
{
background-color: #448783;
}
.BgClassName
{
background-color: #448783;
}
</style>
border-color css
<style>
span { border-color: #448783; }
span { border-color: rgb(68,135,131); }
td.TdClassName
{
border-color: #448783;
}
.TagClassName
{
border-color: #448783;
}
</style>