Shades of Lochmara #42729C
Tints of Lochmara #42729C
RGB
CMYK
RGB Variations
Color information
#42729C (or 0x42729C) is known color: Lochmara. HEX triplet: 42, 72 and 9C. RGB value is (66,114,156). Sum of RGB (Red+Green+Blue) = 66+114+156=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 156 - color contains mainly: blue. Hex color #42729C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42729C is #BD8D63. Grayscale: #686868. Windows color (decimal): -12422500 or 10252866. OLE color: 10252866.
HSL color Cylindrical-coordinate representation of color #42729C: hue angle of 208º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42729C is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 114 | 156 | - |
| CMYK | 0.58 | 0.27 | 0 | 0.39 |
| HSL | 208º | 0.41% | 0.44% | - |
| HSV(B) | 208º | 0.58% | 0.61% | - |
| XYZ | 14.26 | 15.59 | 33.71 | - |
| YUV | 104.44 | 157.1 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 114 | 156 | 0.58 | 0.27 | 0 | 0.39 | 208 | 0.41 | 0.44 |
| Hex | 42 | 72 | 9C | 3A | 1B | 0 | 27 | D0 | 29 | 2C |
| Octal | 102 | 162 | 234 | 72 | 33 | 0 | 47 | 320 | 51 | 54 |
| Binary | 1000010 | 1110010 | 10011100 | 111010 | 11011 | 0 | 100111 | 11010000 | 101001 | 101100 |
Color Harmonies of #42729C
Complementary color
Monochromatic Colors of #42729C
Black with #42729C
Text Example
Text Example
White with #42729C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42729C; }
p { color: rgb(66,114,156); }
H1.HeaderClassName
{
color: #42729C;
}
.AnyTagClassName
{
color: #42729C;
}
</style>
background-color css
<style>
a { background-color: #42729C; }
a { background-color: rgb(66,114,156); }
div.DivClassName
{
background-color: #42729C;
}
.BgClassName
{
background-color: #42729C;
}
</style>
border-color css
<style>
span { border-color: #42729C; }
span { border-color: rgb(66,114,156); }
td.TdClassName
{
border-color: #42729C;
}
.TagClassName
{
border-color: #42729C;
}
</style>