Shades of Lochmara #41709D
Tints of Lochmara #41709D
RGB
CMYK
RGB Variations
Color information
#41709D (or 0x41709D) is known color: Lochmara. HEX triplet: 41, 70 and 9D. RGB value is (65,112,157). Sum of RGB (Red+Green+Blue) = 65+112+157=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #41709D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41709D is #BE8F62. Grayscale: #666666. Windows color (decimal): -12488547 or 10317889. OLE color: 10317889.
HSL color Cylindrical-coordinate representation of color #41709D: hue angle of 209.35º degrees, saturation: 0.41, 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 #41709D is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 112 | 157 | - |
| CMYK | 0.59 | 0.29 | 0 | 0.38 |
| HSL | 209.35º | 0.41% | 0.44% | - |
| HSV(B) | 209.35º | 0.59% | 0.62% | - |
| XYZ | 14.06 | 15.15 | 34.08 | - |
| YUV | 103.08 | 158.43 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 112 | 157 | 0.59 | 0.29 | 0 | 0.38 | 209.35 | 0.41 | 0.44 |
| Hex | 41 | 70 | 9D | 3B | 1D | 0 | 26 | D1 | 29 | 2C |
| Octal | 101 | 160 | 235 | 73 | 35 | 0 | 46 | 321 | 51 | 54 |
| Binary | 1000001 | 1110000 | 10011101 | 111011 | 11101 | 0 | 100110 | 11010001 | 101001 | 101100 |
Color Harmonies of #41709D
Complementary color
Monochromatic Colors of #41709D
Black with #41709D
Text Example
Text Example
White with #41709D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41709D; }
p { color: rgb(65,112,157); }
H1.HeaderClassName
{
color: #41709D;
}
.AnyTagClassName
{
color: #41709D;
}
</style>
background-color css
<style>
a { background-color: #41709D; }
a { background-color: rgb(65,112,157); }
div.DivClassName
{
background-color: #41709D;
}
.BgClassName
{
background-color: #41709D;
}
</style>
border-color css
<style>
span { border-color: #41709D; }
span { border-color: rgb(65,112,157); }
td.TdClassName
{
border-color: #41709D;
}
.TagClassName
{
border-color: #41709D;
}
</style>