#47847D

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

Shades of Lochinvar #47847D

Tints of Lochinvar #47847D

Color information

#47847D (or 0x47847D) is unknown color: approx Lochinvar. HEX triplet: 47, 84 and 7D. RGB value is (71,132,125). Sum of RGB (Red+Green+Blue) = 71+132+125=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 132 - color contains mainly: green. Hex color #47847D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47847D is #B87B82. Grayscale: #707070. Windows color (decimal): -12090243 or 8225863. OLE color: 8225863.

HSL color Cylindrical-coordinate representation of color #47847D: hue angle of 173.11º 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 #47847D is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB71132125-
CMYK0.4600.050.48
HSL173.11º30.05%39.8%-
HSV(B)173.11º46.21%51.76%-
XYZ14.5519.3222.36-
YUV112.96134.7998.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.65%
GREEN value IS 132 (51.95% from 255) = 40.24%
BLUE value IS 125 (49.22% from 255) = 38.11%
R=21.65%
G=40.24%
B=38.11%

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
Decimal711321250.4600.050.48173.1130.0539.8
Hex47847D2E0530ad1e28
Octal1072041755605602553650
Binary100011110000100111110110111001011100001010110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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