Html Css Color HEX #47927C Lochinvar

📋 copy color: '#47927C'

red 71 ◦ green 146 ◦ blue 124

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

Shades of Lochinvar #47927C

Tints of Lochinvar #47927C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.82%

 BLUE value IS 124 (48.83% from 255) = 36.36%

R = 20.82%
G = 42.82%
B = 36.36%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#47927C (or 0x47927C) is known color: Lochinvar. HEX triplet: 47, 92 and 7C. RGB value is (71,146,124). Sum of RGB (Red+Green+Blue) = 71+146+124=341 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.82% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 146 - color contains mainly: green. Hex color #47927C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47927C is #B86D83. Grayscale: #797979. Windows color (decimal): -12086660 or 8163911. OLE color: 8163911.

HSL color Cylindrical-coordinate representation of color #47927C: hue angle of 162.4º 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 #47927C is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 146 124 -
CMYK 0.51 0 0.15 0.43
HSL 162.4º 0.35% 0.43% -
HSV(B) 162.4º 0.51% 0.57% -
XYZ 16.52 23.35 22.71 -
YUV 121.07 129.65 92.29 -
System Red Green Blue C M Y K H S L
Decimal 71 146 124 0.51 0 0.15 0.43 162.4 0.35 0.43
Hex 47 92 7C 33 0 F 2B A2 23 2B
Octal 107 222 174 63 0 17 53 242 43 53
Binary 1000111 10010010 1111100 110011 0 1111 101011 10100010 100011 101011

Color Harmonies of #47927C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47927C

Black with #47927C

Text Example


Text Example

White with #47927C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #47927C;
 }
 .AnyTagClassName
 {
   color: #47927C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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