Shades of Lochmara #40799F
Tints of Lochmara #40799F
RGB
CMYK
RGB Variations
Color information
#40799F (or 0x40799F) is known color: Lochmara. HEX triplet: 40, 79 and 9F. RGB value is (64,121,159). Sum of RGB (Red+Green+Blue) = 64+121+159=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 159 - color contains mainly: blue. Hex color #40799F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40799F is #BF8660. Grayscale: #6C6C6C. Windows color (decimal): -12551777 or 10451264. OLE color: 10451264.
HSL color Cylindrical-coordinate representation of color #40799F: hue angle of 204º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40799F is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 121 | 159 | - |
| CMYK | 0.60 | 0.24 | 0 | 0.38 |
| HSL | 204º | 0.43% | 0.44% | - |
| HSV(B) | 204º | 0.6% | 0.62% | - |
| XYZ | 15.21 | 17.27 | 35.33 | - |
| YUV | 108.29 | 156.62 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 121 | 159 | 0.60 | 0.24 | 0 | 0.38 | 204 | 0.43 | 0.44 |
| Hex | 40 | 79 | 9F | 3C | 18 | 0 | 26 | CC | 2B | 2C |
| Octal | 100 | 171 | 237 | 74 | 30 | 0 | 46 | 314 | 53 | 54 |
| Binary | 1000000 | 1111001 | 10011111 | 111100 | 11000 | 0 | 100110 | 11001100 | 101011 | 101100 |
Color Harmonies of #40799F
Complementary color
Monochromatic Colors of #40799F
Black with #40799F
Text Example
Text Example
White with #40799F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40799F; }
p { color: rgb(64,121,159); }
H1.HeaderClassName
{
color: #40799F;
}
.AnyTagClassName
{
color: #40799F;
}
</style>
background-color css
<style>
a { background-color: #40799F; }
a { background-color: rgb(64,121,159); }
div.DivClassName
{
background-color: #40799F;
}
.BgClassName
{
background-color: #40799F;
}
</style>
border-color css
<style>
span { border-color: #40799F; }
span { border-color: rgb(64,121,159); }
td.TdClassName
{
border-color: #40799F;
}
.TagClassName
{
border-color: #40799F;
}
</style>