Html Css Color HEX #47978B Lochinvar

📋 copy color: '#47978B'

red 71 ◦ green 151 ◦ blue 139

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

Shades of Lochinvar #47978B

Tints of Lochinvar #47978B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.5%

R = 19.67%
G = 41.83%
B = 38.5%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#47978B (or 0x47978B) is known color: Lochinvar. HEX triplet: 47, 97 and 8B. RGB value is (71,151,139). Sum of RGB (Red+Green+Blue) = 71+151+139=361 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.67% from 361); Green value is 151 (59.38% from 255 or 41.83% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 151 - color contains mainly: green. Hex color #47978B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47978B is #B86874. Grayscale: #7D7D7D. Windows color (decimal): -12085365 or 9148231. OLE color: 9148231.

HSL color Cylindrical-coordinate representation of color #47978B: hue angle of 171º 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 #47978B is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 151 139 -
CMYK 0.53 0 0.08 0.41
HSL 171º 0.36% 0.44% -
HSV(B) 171º 0.53% 0.59% -
XYZ 18.33 25.34 28.35 -
YUV 125.71 135.5 88.98 -
System Red Green Blue C M Y K H S L
Decimal 71 151 139 0.53 0 0.08 0.41 171 0.36 0.44
Hex 47 97 8B 35 0 8 29 AB 24 2C
Octal 107 227 213 65 0 10 51 253 44 54
Binary 1000111 10010111 10001011 110101 0 1000 101001 10101011 100100 101100

Color Harmonies of #47978B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47978B

Black with #47978B

Text Example


Text Example

White with #47978B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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