#478679

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

Shades of Lochinvar #478679

Tints of Lochinvar #478679

Color information

#478679 (or 0x478679) is unknown color: approx Lochinvar. HEX triplet: 47, 86 and 79. RGB value is (71,134,121). Sum of RGB (Red+Green+Blue) = 71+134+121=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 134 - color contains mainly: green. Hex color #478679 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478679 is #B87986. Grayscale: #717171. Windows color (decimal): -12089735 or 7964231. OLE color: 7964231.

HSL color Cylindrical-coordinate representation of color #478679: hue angle of 167.62º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #478679 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB71134121-
CMYK0.4700.100.47
HSL167.62º30.73%40.2%-
HSV(B)167.62º47.01%52.55%-
XYZ14.5719.7721.14-
YUV113.68132.1397.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.78%
GREEN value IS 134 (52.73% from 255) = 41.10%
BLUE value IS 121 (47.66% from 255) = 37.12%
R=21.78%
G=41.10%
B=37.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711341210.4700.100.47167.6230.7340.2
Hex4786792F0A2Fa81f28
Octal10720617157012572503750
Binary1000111100001101111001101111010101011111010100011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478679; }

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

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

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

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

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

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

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

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