#47847E

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

Shades of Lochinvar #47847E

Tints of Lochinvar #47847E

Color information

#47847E (or 0x47847E) is unknown color: approx Lochinvar. HEX triplet: 47, 84 and 7E. RGB value is (71,132,126). Sum of RGB (Red+Green+Blue) = 71+132+126=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 132 - color contains mainly: green. Hex color #47847E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47847E is #B87B81. Grayscale: #717171. Windows color (decimal): -12090242 or 8291399. OLE color: 8291399.

HSL color Cylindrical-coordinate representation of color #47847E: hue angle of 174.1º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #47847E is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB71132126-
CMYK0.4600.050.48
HSL174.1º30.05%39.8%-
HSV(B)174.1º46.21%51.76%-
XYZ14.6219.3522.7-
YUV113.08135.2997.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.58%
GREEN value IS 132 (51.95% from 255) = 40.12%
BLUE value IS 126 (49.61% from 255) = 38.30%
R=21.58%
G=40.12%
B=38.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal711321260.4600.050.48174.130.0539.8
Hex47847E2E0530ae1e28
Octal1072041765605602563650
Binary100011110000100111111010111001011100001010111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47847E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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