Shades of Lochmara #41719E
Tints of Lochmara #41719E
RGB
CMYK
RGB Variations
Color information
#41719E (or 0x41719E) is known color: Lochmara. HEX triplet: 41, 71 and 9E. RGB value is (65,113,158). Sum of RGB (Red+Green+Blue) = 65+113+158=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 158 - color contains mainly: blue. Hex color #41719E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41719E is #BE8E61. Grayscale: #676767. Windows color (decimal): -12488290 or 10383681. OLE color: 10383681.
HSL color Cylindrical-coordinate representation of color #41719E: hue angle of 209.03º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41719E is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 113 | 158 | - |
| CMYK | 0.59 | 0.28 | 0 | 0.38 |
| HSL | 209.03º | 0.42% | 0.44% | - |
| HSV(B) | 209.03º | 0.59% | 0.62% | - |
| XYZ | 14.26 | 15.4 | 34.57 | - |
| YUV | 103.78 | 158.6 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 113 | 158 | 0.59 | 0.28 | 0 | 0.38 | 209.03 | 0.42 | 0.44 |
| Hex | 41 | 71 | 9E | 3B | 1C | 0 | 26 | D1 | 2A | 2C |
| Octal | 101 | 161 | 236 | 73 | 34 | 0 | 46 | 321 | 52 | 54 |
| Binary | 1000001 | 1110001 | 10011110 | 111011 | 11100 | 0 | 100110 | 11010001 | 101010 | 101100 |
Color Harmonies of #41719E
Complementary color
Monochromatic Colors of #41719E
Black with #41719E
Text Example
Text Example
White with #41719E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41719E; }
p { color: rgb(65,113,158); }
H1.HeaderClassName
{
color: #41719E;
}
.AnyTagClassName
{
color: #41719E;
}
</style>
background-color css
<style>
a { background-color: #41719E; }
a { background-color: rgb(65,113,158); }
div.DivClassName
{
background-color: #41719E;
}
.BgClassName
{
background-color: #41719E;
}
</style>
border-color css
<style>
span { border-color: #41719E; }
span { border-color: rgb(65,113,158); }
td.TdClassName
{
border-color: #41719E;
}
.TagClassName
{
border-color: #41719E;
}
</style>