#429488

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

Shades of Lochinvar #429488

Tints of Lochinvar #429488

Color information

#429488 (or 0x429488) is unknown color: approx Lochinvar. HEX triplet: 42, 94 and 88. RGB value is (66,148,136). Sum of RGB (Red+Green+Blue) = 66+148+136=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 148 - color contains mainly: green. Hex color #429488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429488 is #BD6B77. Grayscale: #7A7A7A. Windows color (decimal): -12413816 or 8950850. OLE color: 8950850.

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

Color convert

RGB66148136-
CMYK0.5500.080.42
HSL171.22º38.32%41.96%-
HSV(B)171.22º55.41%58.04%-
XYZ17.2824.1227.04-
YUV122.11135.8387.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.86%
GREEN value IS 148 (58.20% from 255) = 42.29%
BLUE value IS 136 (53.52% from 255) = 38.86%
R=18.86%
G=42.29%
B=38.86%

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
Decimal661481360.5500.080.42171.2238.3241.96
Hex42948837082Aab262a
Octal10222421067010522534652
Binary100001010010100100010001101110100010101010101011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429488; }

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

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

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

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

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

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

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

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