Shades of Lochmara #4079A3
Tints of Lochmara #4079A3
RGB
CMYK
RGB Variations
Color information
#4079A3 (or 0x4079A3) is known color: Lochmara. HEX triplet: 40, 79 and A3. RGB value is (64,121,163). Sum of RGB (Red+Green+Blue) = 64+121+163=348 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.39% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 163 (64.06% from 255 or 46.84% from 348); Max value from RGB is 163 - color contains mainly: blue. Hex color #4079A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4079A3 is #BF865C. Grayscale: #6C6C6C. Windows color (decimal): -12551773 or 10713408. OLE color: 10713408.
HSL color Cylindrical-coordinate representation of color #4079A3: hue angle of 205.45º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4079A3 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 121 | 163 | - |
| CMYK | 0.61 | 0.26 | 0 | 0.36 |
| HSL | 205.45º | 0.44% | 0.45% | - |
| HSV(B) | 205.45º | 0.61% | 0.64% | - |
| XYZ | 15.56 | 17.41 | 37.19 | - |
| YUV | 108.75 | 158.62 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 121 | 163 | 0.61 | 0.26 | 0 | 0.36 | 205.45 | 0.44 | 0.45 |
| Hex | 40 | 79 | A3 | 3D | 1A | 0 | 24 | CD | 2C | 2D |
| Octal | 100 | 171 | 243 | 75 | 32 | 0 | 44 | 315 | 54 | 55 |
| Binary | 1000000 | 1111001 | 10100011 | 111101 | 11010 | 0 | 100100 | 11001101 | 101100 | 101101 |
Color Harmonies of #4079A3
Complementary color
Monochromatic Colors of #4079A3
Black with #4079A3
Text Example
Text Example
White with #4079A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4079A3; }
p { color: rgb(64,121,163); }
H1.HeaderClassName
{
color: #4079A3;
}
.AnyTagClassName
{
color: #4079A3;
}
</style>
background-color css
<style>
a { background-color: #4079A3; }
a { background-color: rgb(64,121,163); }
div.DivClassName
{
background-color: #4079A3;
}
.BgClassName
{
background-color: #4079A3;
}
</style>
border-color css
<style>
span { border-color: #4079A3; }
span { border-color: rgb(64,121,163); }
td.TdClassName
{
border-color: #4079A3;
}
.TagClassName
{
border-color: #4079A3;
}
</style>