Html Css Color HEX #47978D Lochinvar

📋 copy color: '#47978D'

red 71 ◦ green 151 ◦ blue 141

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

Shades of Lochinvar #47978D

Tints of Lochinvar #47978D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.6%

 BLUE value IS 141 (55.47% from 255) = 38.84%

R = 19.56%
G = 41.6%
B = 38.84%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#47978D (or 0x47978D) is known color: Lochinvar. HEX triplet: 47, 97 and 8D. RGB value is (71,151,141). Sum of RGB (Red+Green+Blue) = 71+151+141=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 151 - color contains mainly: green. Hex color #47978D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47978D is #B86872. Grayscale: #7D7D7D. Windows color (decimal): -12085363 or 9279303. OLE color: 9279303.

HSL color Cylindrical-coordinate representation of color #47978D: hue angle of 172.5º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #47978D is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 151 141 -
CMYK 0.53 0 0.07 0.41
HSL 172.5º 0.36% 0.44% -
HSV(B) 172.5º 0.53% 0.59% -
XYZ 18.47 25.4 29.13 -
YUV 125.94 136.5 88.81 -
System Red Green Blue C M Y K H S L
Decimal 71 151 141 0.53 0 0.07 0.41 172.5 0.36 0.44
Hex 47 97 8D 35 0 7 29 AC 24 2C
Octal 107 227 215 65 0 7 51 254 44 54
Binary 1000111 10010111 10001101 110101 0 111 101001 10101100 100100 101100

Color Harmonies of #47978D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47978D

Black with #47978D

Text Example


Text Example

White with #47978D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,151,141); }

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

background-color css

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

 a { background-color: rgb(71,151,141); }

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

border-color css

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

 span { border-color: rgb(71,151,141); }

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