#47927E

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

Shades of Lochinvar #47927E

Tints of Lochinvar #47927E

Color information

#47927E (or 0x47927E) is unknown color: approx Lochinvar. HEX triplet: 47, 92 and 7E. RGB value is (71,146,126). Sum of RGB (Red+Green+Blue) = 71+146+126=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 146 (57.42% from 255 or 42.57% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 146 - color contains mainly: green. Hex color #47927E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47927E is #B86D81. Grayscale: #797979. Windows color (decimal): -12086658 or 8294983. OLE color: 8294983.

HSL color Cylindrical-coordinate representation of color #47927E: hue angle of 164º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47927E is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB71146126-
CMYK0.5100.140.43
HSL164º34.56%42.55%-
HSV(B)164º51.37%57.25%-
XYZ16.6423.423.38-
YUV121.3130.6592.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.70%
GREEN value IS 146 (57.42% from 255) = 42.57%
BLUE value IS 126 (49.61% from 255) = 36.73%
R=20.70%
G=42.57%
B=36.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711461260.5100.140.4316434.5642.55
Hex47927E330E2Ba4232b
Octal10722217663016532444353
Binary10001111001001011111101100110111010101110100100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47927E; }

 p { color: rgb(71,146,126); }

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

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

 a { background-color: rgb(71,146,126); }

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

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

 span { border-color: rgb(71,146,126); }

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