Shades of Lochmara #4073AA
Tints of Lochmara #4073AA
RGB
CMYK
RGB Variations
Color information
#4073AA (or 0x4073AA) is known color: Lochmara. HEX triplet: 40, 73 and AA. RGB value is (64,115,170). Sum of RGB (Red+Green+Blue) = 64+115+170=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #4073AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4073AA is #BF8C55. Grayscale: #696969. Windows color (decimal): -12553302 or 11170624. OLE color: 11170624.
HSL color Cylindrical-coordinate representation of color #4073AA: hue angle of 211.13º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4073AA is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 115 | 170 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.33 |
| HSL | 211.13º | 0.45% | 0.46% | - |
| HSV(B) | 211.13º | 0.62% | 0.67% | - |
| XYZ | 15.5 | 16.25 | 40.35 | - |
| YUV | 106.02 | 164.1 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 115 | 170 | 0.62 | 0.32 | 0 | 0.33 | 211.13 | 0.45 | 0.46 |
| Hex | 40 | 73 | AA | 3E | 20 | 0 | 21 | D3 | 2D | 2E |
| Octal | 100 | 163 | 252 | 76 | 40 | 0 | 41 | 323 | 55 | 56 |
| Binary | 1000000 | 1110011 | 10101010 | 111110 | 100000 | 0 | 100001 | 11010011 | 101101 | 101110 |
Color Harmonies of #4073AA
Complementary color
Monochromatic Colors of #4073AA
Black with #4073AA
Text Example
Text Example
White with #4073AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4073AA; }
p { color: rgb(64,115,170); }
H1.HeaderClassName
{
color: #4073AA;
}
.AnyTagClassName
{
color: #4073AA;
}
</style>
background-color css
<style>
a { background-color: #4073AA; }
a { background-color: rgb(64,115,170); }
div.DivClassName
{
background-color: #4073AA;
}
.BgClassName
{
background-color: #4073AA;
}
</style>
border-color css
<style>
span { border-color: #4073AA; }
span { border-color: rgb(64,115,170); }
td.TdClassName
{
border-color: #4073AA;
}
.TagClassName
{
border-color: #4073AA;
}
</style>