Shades of Lochmara #41719A
Tints of Lochmara #41719A
RGB
CMYK
RGB Variations
Color information
#41719A (or 0x41719A) is known color: Lochmara. HEX triplet: 41, 71 and 9A. RGB value is (65,113,154). Sum of RGB (Red+Green+Blue) = 65+113+154=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 154 (60.55% from 255 or 46.39% from 332); Max value from RGB is 154 - color contains mainly: blue. Hex color #41719A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41719A is #BE8E65. Grayscale: #676767. Windows color (decimal): -12488294 or 10121537. OLE color: 10121537.
HSL color Cylindrical-coordinate representation of color #41719A: hue angle of 207.64º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41719A is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 65 | 113 | 154 | - |
| CMYK | 0.58 | 0.27 | 0 | 0.40 |
| HSL | 207.64º | 0.41% | 0.43% | - |
| HSV(B) | 207.64º | 0.58% | 0.6% | - |
| XYZ | 13.92 | 15.27 | 32.79 | - |
| YUV | 103.32 | 156.6 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 113 | 154 | 0.58 | 0.27 | 0 | 0.40 | 207.64 | 0.41 | 0.43 |
| Hex | 41 | 71 | 9A | 3A | 1B | 0 | 28 | D0 | 29 | 2B |
| Octal | 101 | 161 | 232 | 72 | 33 | 0 | 50 | 320 | 51 | 53 |
| Binary | 1000001 | 1110001 | 10011010 | 111010 | 11011 | 0 | 101000 | 11010000 | 101001 | 101011 |
Color Harmonies of #41719A
Complementary color
Monochromatic Colors of #41719A
Black with #41719A
Text Example
Text Example
White with #41719A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41719A; }
p { color: rgb(65,113,154); }
H1.HeaderClassName
{
color: #41719A;
}
.AnyTagClassName
{
color: #41719A;
}
</style>
background-color css
<style>
a { background-color: #41719A; }
a { background-color: rgb(65,113,154); }
div.DivClassName
{
background-color: #41719A;
}
.BgClassName
{
background-color: #41719A;
}
</style>
border-color css
<style>
span { border-color: #41719A; }
span { border-color: rgb(65,113,154); }
td.TdClassName
{
border-color: #41719A;
}
.TagClassName
{
border-color: #41719A;
}
</style>