#478D86

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

Shades of Lochinvar #478D86

Tints of Lochinvar #478D86

Color information

#478D86 (or 0x478D86) is unknown color: approx Lochinvar. HEX triplet: 47, 8D and 86. RGB value is (71,141,134). Sum of RGB (Red+Green+Blue) = 71+141+134=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 134 (52.73% from 255 or 38.73% from 346); Max value from RGB is 141 - color contains mainly: green. Hex color #478D86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478D86 is #B87279. Grayscale: #777777. Windows color (decimal): -12087930 or 8817991. OLE color: 8817991.

HSL color Cylindrical-coordinate representation of color #478D86: hue angle of 174º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #478D86 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB71141134-
CMYK0.5000.050.45
HSL174º33.02%41.57%-
HSV(B)174º49.65%55.29%-
XYZ16.4322.1125.96-
YUV119.27136.3193.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.52%
GREEN value IS 141 (55.47% from 255) = 40.75%
BLUE value IS 134 (52.73% from 255) = 38.73%
R=20.52%
G=40.75%
B=38.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal711411340.5000.050.4517433.0241.57
Hex478D8632052Dae212a
Octal1072152066205552564152
Binary10001111000110110000110110010010110110110101110100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478D86; }

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

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

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

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

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

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

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

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