Shades of Lochinvar #41847B
Tints of Lochinvar #41847B
RGB
CMYK
RGB Variations
Color information
#41847B (or 0x41847B) is known color: Lochinvar. HEX triplet: 41, 84 and 7B. RGB value is (65,132,123). Sum of RGB (Red+Green+Blue) = 65+132+123=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 132 - color contains mainly: green. Hex color #41847B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41847B is #BE7B84. Grayscale: #6E6E6E. Windows color (decimal): -12483461 or 8094785. OLE color: 8094785.
HSL color Cylindrical-coordinate representation of color #41847B: hue angle of 171.94º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41847B is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 65 | 132 | 123 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.48 |
| HSL | 171.94º | 0.34% | 0.39% | - |
| HSV(B) | 171.94º | 0.51% | 0.52% | - |
| XYZ | 14.01 | 19.06 | 21.68 | - |
| YUV | 110.94 | 134.8 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 132 | 123 | 0.51 | 0 | 0.07 | 0.48 | 171.94 | 0.34 | 0.39 |
| Hex | 41 | 84 | 7B | 33 | 0 | 7 | 30 | AC | 22 | 27 |
| Octal | 101 | 204 | 173 | 63 | 0 | 7 | 60 | 254 | 42 | 47 |
| Binary | 1000001 | 10000100 | 1111011 | 110011 | 0 | 111 | 110000 | 10101100 | 100010 | 100111 |
Color Harmonies of #41847B
Complementary color
Monochromatic Colors of #41847B
Black with #41847B
Text Example
Text Example
White with #41847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41847B; }
p { color: rgb(65,132,123); }
H1.HeaderClassName
{
color: #41847B;
}
.AnyTagClassName
{
color: #41847B;
}
</style>
background-color css
<style>
a { background-color: #41847B; }
a { background-color: rgb(65,132,123); }
div.DivClassName
{
background-color: #41847B;
}
.BgClassName
{
background-color: #41847B;
}
</style>
border-color css
<style>
span { border-color: #41847B; }
span { border-color: rgb(65,132,123); }
td.TdClassName
{
border-color: #41847B;
}
.TagClassName
{
border-color: #41847B;
}
</style>