Html Css Color HEX #47857F Lochinvar

📋 copy color: '#47857F'

red 71 ◦ green 133 ◦ blue 127

#47857F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochinvar #47857F

Tints of Lochinvar #47857F

RGB

 RED value IS 71 (28.13% from 255) = 21.45%

 GREEN value IS 133 (52.34% from 255) = 40.18%

 BLUE value IS 127 (50% from 255) = 38.37%

R = 21.45%
G = 40.18%
B = 38.37%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#47857F (or 0x47857F) is known color: Lochinvar. HEX triplet: 47, 85 and 7F. RGB value is (71,133,127). Sum of RGB (Red+Green+Blue) = 71+133+127=331 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.45% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 133 - color contains mainly: green. Hex color #47857F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47857F is #B87A80. Grayscale: #717171. Windows color (decimal): -12089985 or 8357191. OLE color: 8357191.

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

Color convert

RGB 71 133 127 -
CMYK 0.47 0 0.05 0.48
HSL 174.19º 0.3% 0.4% -
HSV(B) 174.19º 0.47% 0.52% -
XYZ 14.82 19.65 23.09 -
YUV 113.78 135.46 97.49 -
System Red Green Blue C M Y K H S L
Decimal 71 133 127 0.47 0 0.05 0.48 174.19 0.3 0.4
Hex 47 85 7F 2F 0 5 30 AE 1E 28
Octal 107 205 177 57 0 5 60 256 36 50
Binary 1000111 10000101 1111111 101111 0 101 110000 10101110 11110 101000

Color Harmonies of #47857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47857F

Black with #47857F

Text Example


Text Example

White with #47857F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47857F; }

 p { color: rgb(71,133,127); }

 H1.HeaderClassName
 {
   color: #47857F;
 }
 .AnyTagClassName
 {
   color: #47857F;
 }
</style>

background-color css

<style>
 a { background-color: #47857F; }

 a { background-color: rgb(71,133,127); }

 div.DivClassName
 {
   background-color: #47857F;
 }
 .BgClassName
 {
   background-color: #47857F;
 }
</style>

border-color css

<style>
 span { border-color: #47857F; }

 span { border-color: rgb(71,133,127); }

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