Shades of Lochmara #416F9B
Tints of Lochmara #416F9B
RGB
CMYK
RGB Variations
Color information
#416F9B (or 0x416F9B) is known color: Lochmara. HEX triplet: 41, 6F and 9B. RGB value is (65,111,155). Sum of RGB (Red+Green+Blue) = 65+111+155=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #416F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416F9B is #BE9064. Grayscale: #666666. Windows color (decimal): -12488805 or 10186561. OLE color: 10186561.
HSL color Cylindrical-coordinate representation of color #416F9B: hue angle of 209.33º 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 #416F9B is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 65 | 111 | 155 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.39 |
| HSL | 209.33º | 0.41% | 0.43% | - |
| HSV(B) | 209.33º | 0.58% | 0.61% | - |
| XYZ | 13.78 | 14.86 | 33.15 | - |
| YUV | 102.26 | 157.76 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 111 | 155 | 0.58 | 0.28 | 0 | 0.39 | 209.33 | 0.41 | 0.43 |
| Hex | 41 | 6F | 9B | 3A | 1C | 0 | 27 | D1 | 29 | 2B |
| Octal | 101 | 157 | 233 | 72 | 34 | 0 | 47 | 321 | 51 | 53 |
| Binary | 1000001 | 1101111 | 10011011 | 111010 | 11100 | 0 | 100111 | 11010001 | 101001 | 101011 |
Color Harmonies of #416F9B
Complementary color
Monochromatic Colors of #416F9B
Black with #416F9B
Text Example
Text Example
White with #416F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416F9B; }
p { color: rgb(65,111,155); }
H1.HeaderClassName
{
color: #416F9B;
}
.AnyTagClassName
{
color: #416F9B;
}
</style>
background-color css
<style>
a { background-color: #416F9B; }
a { background-color: rgb(65,111,155); }
div.DivClassName
{
background-color: #416F9B;
}
.BgClassName
{
background-color: #416F9B;
}
</style>
border-color css
<style>
span { border-color: #416F9B; }
span { border-color: rgb(65,111,155); }
td.TdClassName
{
border-color: #416F9B;
}
.TagClassName
{
border-color: #416F9B;
}
</style>