#429689

Color #429689 Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #429689

Tints of Lochinvar #429689

Color information

#429689 (or 0x429689) is unknown color: approx Lochinvar. HEX triplet: 42, 96 and 89. RGB value is (66,150,137). Sum of RGB (Red+Green+Blue) = 66+150+137=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 150 - color contains mainly: green. Hex color #429689 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429689 is #BD6976. Grayscale: #7B7B7B. Windows color (decimal): -12413303 or 9016898. OLE color: 9016898.

HSL color Cylindrical-coordinate representation of color #429689: hue angle of 170.71º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #429689 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB66150137-
CMYK0.5600.090.41
HSL170.71º38.89%42.35%-
HSV(B)170.71º56%58.82%-
XYZ17.6724.7827.52-
YUV123.4135.6787.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 18.70%
GREEN value IS 150 (58.98% from 255) = 42.49%
BLUE value IS 137 (53.91% from 255) = 38.81%
R=18.70%
G=42.49%
B=38.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal661501370.5600.090.41170.7138.8942.35
Hex429689380929ab272a
Octal10222621170011512534752
Binary100001010010110100010011110000100110100110101011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429689; }

 p { color: rgb(66,150,137); }

 H1.HeaderClassName
 {
   color: #429689;
 }
 .AnyTagClassName
 {
   color: #429689;
 }
</style>
background-color css

<style>
 a { background-color: #429689; }

 a { background-color: rgb(66,150,137); }

 div.DivClassName
 {
   background-color: #429689;
 }
 .BgClassName
 {
   background-color: #429689;
 }
</style>
border-color css

<style>
 span { border-color: #429689; }

 span { border-color: rgb(66,150,137); }

 td.TdClassName
 {
   border-color: #429689;
 }
 .TagClassName
 {
   border-color: #429689;
 }
</style>