Html Css Color HEX #47927D Lochinvar

📋 copy color: '#47927D'

red 71 ◦ green 146 ◦ blue 125

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

Shades of Lochinvar #47927D

Tints of Lochinvar #47927D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.55%

R = 20.76%
G = 42.69%
B = 36.55%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#47927D (or 0x47927D) is known color: Lochinvar. HEX triplet: 47, 92 and 7D. RGB value is (71,146,125). Sum of RGB (Red+Green+Blue) = 71+146+125=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 146 - color contains mainly: green. Hex color #47927D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47927D is #B86D82. Grayscale: #797979. Windows color (decimal): -12086659 or 8229447. OLE color: 8229447.

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

Color convert

RGB 71 146 125 -
CMYK 0.51 0 0.14 0.43
HSL 163.2º 0.35% 0.43% -
HSV(B) 163.2º 0.51% 0.57% -
XYZ 16.58 23.38 23.04 -
YUV 121.18 130.15 92.21 -
System Red Green Blue C M Y K H S L
Decimal 71 146 125 0.51 0 0.14 0.43 163.2 0.35 0.43
Hex 47 92 7D 33 0 E 2B A3 23 2B
Octal 107 222 175 63 0 16 53 243 43 53
Binary 1000111 10010010 1111101 110011 0 1110 101011 10100011 100011 101011

Color Harmonies of #47927D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47927D

Black with #47927D

Text Example


Text Example

White with #47927D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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