#478B86

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

Shades of Lochinvar #478B86

Tints of Lochinvar #478B86

Color information

#478B86 (or 0x478B86) is unknown color: approx Lochinvar. HEX triplet: 47, 8B and 86. RGB value is (71,139,134). Sum of RGB (Red+Green+Blue) = 71+139+134=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 139 (54.69% from 255 or 40.41% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 139 - color contains mainly: green. Hex color #478B86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478B86 is #B87479. Grayscale: #767676. Windows color (decimal): -12088442 or 8817479. OLE color: 8817479.

HSL color Cylindrical-coordinate representation of color #478B86: hue angle of 175.59º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #478B86 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB71139134-
CMYK0.4900.040.45
HSL175.59º32.38%41.18%-
HSV(B)175.59º48.92%54.51%-
XYZ16.1321.5325.86-
YUV118.1136.9794.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.64%
GREEN value IS 139 (54.69% from 255) = 40.41%
BLUE value IS 134 (52.73% from 255) = 38.95%
R=20.64%
G=40.41%
B=38.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal711391340.4900.040.45175.5932.3841.18
Hex478B8631042Db02029
Octal1072132066104552604051
Binary10001111000101110000110110001010010110110110000100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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