#478479

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

Shades of Lochinvar #478479

Tints of Lochinvar #478479

Color information

#478479 (or 0x478479) is unknown color: approx Lochinvar. HEX triplet: 47, 84 and 79. RGB value is (71,132,121). Sum of RGB (Red+Green+Blue) = 71+132+121=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 132 - color contains mainly: green. Hex color #478479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478479 is #B87B86. Grayscale: #707070. Windows color (decimal): -12090247 or 7963719. OLE color: 7963719.

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

Color convert

RGB71132121-
CMYK0.4600.080.48
HSL169.18º30.05%39.8%-
HSV(B)169.18º46.21%51.76%-
XYZ14.319.2221.05-
YUV112.51132.7998.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.91%
GREEN value IS 132 (51.95% from 255) = 40.74%
BLUE value IS 121 (47.66% from 255) = 37.35%
R=21.91%
G=40.74%
B=37.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal711321210.4600.080.48169.1830.0539.8
Hex4784792E0830a91e28
Octal10720417156010602513650
Binary1000111100001001111001101110010001100001010100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478479; }

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

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

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

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

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

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

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

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