#429387

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

Shades of Lochinvar #429387

Tints of Lochinvar #429387

Color information

#429387 (or 0x429387) is unknown color: approx Lochinvar. HEX triplet: 42, 93 and 87. RGB value is (66,147,135). Sum of RGB (Red+Green+Blue) = 66+147+135=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 135 (53.12% from 255 or 38.79% from 348); Max value from RGB is 147 - color contains mainly: green. Hex color #429387 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429387 is #BD6C78. Grayscale: #797979. Windows color (decimal): -12414073 or 8885058. OLE color: 8885058.

HSL color Cylindrical-coordinate representation of color #429387: hue angle of 171.11º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #429387 is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB66147135-
CMYK0.5500.080.42
HSL171.11º38.03%41.76%-
HSV(B)171.11º55.1%57.65%-
XYZ17.0523.7726.61-
YUV121.41135.6688.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.97%
GREEN value IS 147 (57.81% from 255) = 42.24%
BLUE value IS 135 (53.12% from 255) = 38.79%
R=18.97%
G=42.24%
B=38.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661471350.5500.080.42171.1138.0341.76
Hex42938737082Aab262a
Octal10222320767010522534652
Binary100001010010011100001111101110100010101010101011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429387; }

 p { color: rgb(66,147,135); }

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

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

 a { background-color: rgb(66,147,135); }

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

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

 span { border-color: rgb(66,147,135); }

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