#428479

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

Shades of Lochinvar #428479

Tints of Lochinvar #428479

Color information

#428479 (or 0x428479) is unknown color: approx Lochinvar. HEX triplet: 42, 84 and 79. RGB value is (66,132,121). Sum of RGB (Red+Green+Blue) = 66+132+121=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 132 - color contains mainly: green. Hex color #428479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428479 is #BD7B86. Grayscale: #6E6E6E. Windows color (decimal): -12417927 or 7963714. OLE color: 7963714.

HSL color Cylindrical-coordinate representation of color #428479: hue angle of 170º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #428479 is Cyan = 0.5, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB66132121-
CMYK0.500.080.48
HSL170º33.33%38.82%-
HSV(B)170º50%51.76%-
XYZ13.9519.0421.03-
YUV111.01133.6395.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.69%
GREEN value IS 132 (51.95% from 255) = 41.38%
BLUE value IS 121 (47.66% from 255) = 37.93%
R=20.69%
G=41.38%
B=37.93%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal661321210.500.080.4817033.3338.82
Hex428479320830aa2127
Octal10220417162010602524147
Binary10000101000010011110011100100100011000010101010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428479; }

 p { color: rgb(66,132,121); }

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

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

 a { background-color: rgb(66,132,121); }

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

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

 span { border-color: rgb(66,132,121); }

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