#439480

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

Shades of Lochinvar #439480

Tints of Lochinvar #439480

Color information

#439480 (or 0x439480) is unknown color: approx Lochinvar. HEX triplet: 43, 94 and 80. RGB value is (67,148,128). Sum of RGB (Red+Green+Blue) = 67+148+128=343 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.53% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 148 - color contains mainly: green. Hex color #439480 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439480 is #BC6B7F. Grayscale: #797979. Windows color (decimal): -12348288 or 8426563. OLE color: 8426563.

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

Color convert

RGB67148128-
CMYK0.5500.140.42
HSL165.19º37.67%42.16%-
HSV(B)165.19º54.73%58.04%-
XYZ16.823.9324.16-
YUV121.5131.6689.13-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.53%
GREEN value IS 148 (58.20% from 255) = 43.15%
BLUE value IS 128 (50.39% from 255) = 37.32%
R=19.53%
G=43.15%
B=37.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal671481280.5500.140.42165.1937.6742.16
Hex439480370E2Aa5262a
Octal10322420067016522454652
Binary100001110010100100000001101110111010101010100101100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #439480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #439480; }

 p { color: rgb(67,148,128); }

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

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

 a { background-color: rgb(67,148,128); }

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

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

 span { border-color: rgb(67,148,128); }

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