#47947C

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

Shades of Lochinvar #47947C

Tints of Lochinvar #47947C

Color information

#47947C (or 0x47947C) is unknown color: approx Lochinvar. HEX triplet: 47, 94 and 7C. RGB value is (71,148,124). Sum of RGB (Red+Green+Blue) = 71+148+124=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 148 - color contains mainly: green. Hex color #47947C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47947C is #B86B83. Grayscale: #7A7A7A. Windows color (decimal): -12086148 or 8164423. OLE color: 8164423.

HSL color Cylindrical-coordinate representation of color #47947C: hue angle of 161.3º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #47947C is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB71148124-
CMYK0.5200.160.42
HSL161.3º35.16%42.94%-
HSV(B)161.3º52.03%58.04%-
XYZ16.8323.9722.81-
YUV122.24128.9991.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.70%
GREEN value IS 148 (58.20% from 255) = 43.15%
BLUE value IS 124 (48.83% from 255) = 36.15%
R=20.70%
G=43.15%
B=36.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711481240.5200.160.42161.335.1642.94
Hex47947C340102Aa1232b
Octal10722417464020522414353
Binary100011110010100111110011010001000010101010100001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47947C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47947C; }

 p { color: rgb(71,148,124); }

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

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

 a { background-color: rgb(71,148,124); }

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

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

 span { border-color: rgb(71,148,124); }

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