Shades of Lochmara #41719B
Tints of Lochmara #41719B
RGB
CMYK
RGB Variations
Color information
#41719B (or 0x41719B) is known color: Lochmara. HEX triplet: 41, 71 and 9B. RGB value is (65,113,155). Sum of RGB (Red+Green+Blue) = 65+113+155=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #41719B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41719B is #BE8E64. Grayscale: #676767. Windows color (decimal): -12488293 or 10187073. OLE color: 10187073.
HSL color Cylindrical-coordinate representation of color #41719B: hue angle of 208º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41719B is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 65 | 113 | 155 | - |
| CMYK | 0.58 | 0.27 | 0 | 0.39 |
| HSL | 208º | 0.41% | 0.43% | - |
| HSV(B) | 208º | 0.58% | 0.61% | - |
| XYZ | 14 | 15.3 | 33.23 | - |
| YUV | 103.44 | 157.1 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 113 | 155 | 0.58 | 0.27 | 0 | 0.39 | 208 | 0.41 | 0.43 |
| Hex | 41 | 71 | 9B | 3A | 1B | 0 | 27 | D0 | 29 | 2B |
| Octal | 101 | 161 | 233 | 72 | 33 | 0 | 47 | 320 | 51 | 53 |
| Binary | 1000001 | 1110001 | 10011011 | 111010 | 11011 | 0 | 100111 | 11010000 | 101001 | 101011 |
Color Harmonies of #41719B
Complementary color
Monochromatic Colors of #41719B
Black with #41719B
Text Example
Text Example
White with #41719B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41719B; }
p { color: rgb(65,113,155); }
H1.HeaderClassName
{
color: #41719B;
}
.AnyTagClassName
{
color: #41719B;
}
</style>
background-color css
<style>
a { background-color: #41719B; }
a { background-color: rgb(65,113,155); }
div.DivClassName
{
background-color: #41719B;
}
.BgClassName
{
background-color: #41719B;
}
</style>
border-color css
<style>
span { border-color: #41719B; }
span { border-color: rgb(65,113,155); }
td.TdClassName
{
border-color: #41719B;
}
.TagClassName
{
border-color: #41719B;
}
</style>