Shades of Lochinvar #44927B
Tints of Lochinvar #44927B
RGB
CMYK
RGB Variations
Color information
#44927B (or 0x44927B) is known color: Lochinvar. HEX triplet: 44, 92 and 7B. RGB value is (68,146,123). Sum of RGB (Red+Green+Blue) = 68+146+123=337 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.18% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 146 - color contains mainly: green. Hex color #44927B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44927B is #BB6D84. Grayscale: #787878. Windows color (decimal): -12283269 or 8098372. OLE color: 8098372.
HSL color Cylindrical-coordinate representation of color #44927B: hue angle of 162.31º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #44927B is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 146 | 123 | - |
| CMYK | 0.53 | 0 | 0.16 | 0.43 |
| HSL | 162.31º | 0.36% | 0.42% | - |
| HSV(B) | 162.31º | 0.53% | 0.57% | - |
| XYZ | 16.24 | 23.22 | 22.36 | - |
| YUV | 120.06 | 129.66 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 146 | 123 | 0.53 | 0 | 0.16 | 0.43 | 162.31 | 0.36 | 0.42 |
| Hex | 44 | 92 | 7B | 35 | 0 | 10 | 2B | A2 | 24 | 2A |
| Octal | 104 | 222 | 173 | 65 | 0 | 20 | 53 | 242 | 44 | 52 |
| Binary | 1000100 | 10010010 | 1111011 | 110101 | 0 | 10000 | 101011 | 10100010 | 100100 | 101010 |
Color Harmonies of #44927B
Complementary color
Monochromatic Colors of #44927B
Black with #44927B
Text Example
Text Example
White with #44927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44927B; }
p { color: rgb(68,146,123); }
H1.HeaderClassName
{
color: #44927B;
}
.AnyTagClassName
{
color: #44927B;
}
</style>
background-color css
<style>
a { background-color: #44927B; }
a { background-color: rgb(68,146,123); }
div.DivClassName
{
background-color: #44927B;
}
.BgClassName
{
background-color: #44927B;
}
</style>
border-color css
<style>
span { border-color: #44927B; }
span { border-color: rgb(68,146,123); }
td.TdClassName
{
border-color: #44927B;
}
.TagClassName
{
border-color: #44927B;
}
</style>