Shades of Lochmara #41739F
Tints of Lochmara #41739F
RGB
CMYK
RGB Variations
Color information
#41739F (or 0x41739F) is known color: Lochmara. HEX triplet: 41, 73 and 9F. RGB value is (65,115,159). Sum of RGB (Red+Green+Blue) = 65+115+159=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 159 (62.5% from 255 or 46.90% from 339); Max value from RGB is 159 - color contains mainly: blue. Hex color #41739F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41739F is #BE8C60. Grayscale: #686868. Windows color (decimal): -12487777 or 10449729. OLE color: 10449729.
HSL color Cylindrical-coordinate representation of color #41739F: hue angle of 208.09º 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 #41739F is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 115 | 159 | - |
| CMYK | 0.59 | 0.28 | 0 | 0.38 |
| HSL | 208.09º | 0.42% | 0.44% | - |
| HSV(B) | 208.09º | 0.59% | 0.62% | - |
| XYZ | 14.57 | 15.89 | 35.1 | - |
| YUV | 105.07 | 158.44 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 115 | 159 | 0.59 | 0.28 | 0 | 0.38 | 208.09 | 0.42 | 0.44 |
| Hex | 41 | 73 | 9F | 3B | 1C | 0 | 26 | D0 | 2A | 2C |
| Octal | 101 | 163 | 237 | 73 | 34 | 0 | 46 | 320 | 52 | 54 |
| Binary | 1000001 | 1110011 | 10011111 | 111011 | 11100 | 0 | 100110 | 11010000 | 101010 | 101100 |
Color Harmonies of #41739F
Complementary color
Monochromatic Colors of #41739F
Black with #41739F
Text Example
Text Example
White with #41739F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41739F; }
p { color: rgb(65,115,159); }
H1.HeaderClassName
{
color: #41739F;
}
.AnyTagClassName
{
color: #41739F;
}
</style>
background-color css
<style>
a { background-color: #41739F; }
a { background-color: rgb(65,115,159); }
div.DivClassName
{
background-color: #41739F;
}
.BgClassName
{
background-color: #41739F;
}
</style>
border-color css
<style>
span { border-color: #41739F; }
span { border-color: rgb(65,115,159); }
td.TdClassName
{
border-color: #41739F;
}
.TagClassName
{
border-color: #41739F;
}
</style>