Shades of Lochinvar #429A8D
Tints of Lochinvar #429A8D
RGB
CMYK
RGB Variations
Color information
#429A8D (or 0x429A8D) is known color: Lochinvar. HEX triplet: 42, 9A and 8D. RGB value is (66,154,141). Sum of RGB (Red+Green+Blue) = 66+154+141=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 154 - color contains mainly: green. Hex color #429A8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429A8D is #BD6572. Grayscale: #7E7E7E. Windows color (decimal): -12412275 or 9280066. OLE color: 9280066.
HSL color Cylindrical-coordinate representation of color #429A8D: hue angle of 171.14º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #429A8D is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 154 | 141 | - |
| CMYK | 0.57 | 0 | 0.08 | 0.40 |
| HSL | 171.14º | 0.4% | 0.43% | - |
| HSV(B) | 171.14º | 0.57% | 0.6% | - |
| XYZ | 18.61 | 26.19 | 29.27 | - |
| YUV | 126.21 | 136.35 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 154 | 141 | 0.57 | 0 | 0.08 | 0.40 | 171.14 | 0.4 | 0.43 |
| Hex | 42 | 9A | 8D | 39 | 0 | 8 | 28 | AB | 28 | 2B |
| Octal | 102 | 232 | 215 | 71 | 0 | 10 | 50 | 253 | 50 | 53 |
| Binary | 1000010 | 10011010 | 10001101 | 111001 | 0 | 1000 | 101000 | 10101011 | 101000 | 101011 |
Color Harmonies of #429A8D
Complementary color
Monochromatic Colors of #429A8D
Black with #429A8D
Text Example
Text Example
White with #429A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429A8D; }
p { color: rgb(66,154,141); }
H1.HeaderClassName
{
color: #429A8D;
}
.AnyTagClassName
{
color: #429A8D;
}
</style>
background-color css
<style>
a { background-color: #429A8D; }
a { background-color: rgb(66,154,141); }
div.DivClassName
{
background-color: #429A8D;
}
.BgClassName
{
background-color: #429A8D;
}
</style>
border-color css
<style>
span { border-color: #429A8D; }
span { border-color: rgb(66,154,141); }
td.TdClassName
{
border-color: #429A8D;
}
.TagClassName
{
border-color: #429A8D;
}
</style>