#429489

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

Shades of Lochinvar #429489

Tints of Lochinvar #429489

Color information

#429489 (or 0x429489) is unknown color: approx Lochinvar. HEX triplet: 42, 94 and 89. RGB value is (66,148,137). Sum of RGB (Red+Green+Blue) = 66+148+137=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 137 (53.91% from 255 or 39.03% from 351); Max value from RGB is 148 - color contains mainly: green. Hex color #429489 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429489 is #BD6B76. Grayscale: #7A7A7A. Windows color (decimal): -12413815 or 9016386. OLE color: 9016386.

HSL color Cylindrical-coordinate representation of color #429489: hue angle of 171.95º 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 #429489 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB66148137-
CMYK0.5500.070.42
HSL171.95º38.32%41.96%-
HSV(B)171.95º55.41%58.04%-
XYZ17.3524.1427.41-
YUV122.23136.3387.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.80%
GREEN value IS 148 (58.20% from 255) = 42.17%
BLUE value IS 137 (53.91% from 255) = 39.03%
R=18.80%
G=42.17%
B=39.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661481370.5500.070.42171.9538.3241.96
Hex42948937072Aac262a
Octal1022242116707522544652
Binary10000101001010010001001110111011110101010101100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429489; }

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

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

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

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

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

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

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

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