Shades of Lochmara #42739B
Tints of Lochmara #42739B
RGB
CMYK
RGB Variations
Color information
#42739B (or 0x42739B) is known color: Lochmara. HEX triplet: 42, 73 and 9B. RGB value is (66,115,155). Sum of RGB (Red+Green+Blue) = 66+115+155=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #42739B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42739B is #BD8C64. Grayscale: #686868. Windows color (decimal): -12422245 or 10187586. OLE color: 10187586.
HSL color Cylindrical-coordinate representation of color #42739B: hue angle of 206.97º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42739B is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 115 | 155 | - |
| CMYK | 0.57 | 0.26 | 0 | 0.39 |
| HSL | 206.97º | 0.4% | 0.43% | - |
| HSV(B) | 206.97º | 0.57% | 0.61% | - |
| XYZ | 14.29 | 15.79 | 33.3 | - |
| YUV | 104.91 | 156.27 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 115 | 155 | 0.57 | 0.26 | 0 | 0.39 | 206.97 | 0.4 | 0.43 |
| Hex | 42 | 73 | 9B | 39 | 1A | 0 | 27 | CF | 28 | 2B |
| Octal | 102 | 163 | 233 | 71 | 32 | 0 | 47 | 317 | 50 | 53 |
| Binary | 1000010 | 1110011 | 10011011 | 111001 | 11010 | 0 | 100111 | 11001111 | 101000 | 101011 |
Color Harmonies of #42739B
Complementary color
Monochromatic Colors of #42739B
Black with #42739B
Text Example
Text Example
White with #42739B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42739B; }
p { color: rgb(66,115,155); }
H1.HeaderClassName
{
color: #42739B;
}
.AnyTagClassName
{
color: #42739B;
}
</style>
background-color css
<style>
a { background-color: #42739B; }
a { background-color: rgb(66,115,155); }
div.DivClassName
{
background-color: #42739B;
}
.BgClassName
{
background-color: #42739B;
}
</style>
border-color css
<style>
span { border-color: #42739B; }
span { border-color: rgb(66,115,155); }
td.TdClassName
{
border-color: #42739B;
}
.TagClassName
{
border-color: #42739B;
}
</style>