Html Css Color HEX #47998D Lochinvar

📋 copy color: '#47998D'

red 71 ◦ green 153 ◦ blue 141

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

Shades of Lochinvar #47998D

Tints of Lochinvar #47998D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.92%

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

R = 19.45%
G = 41.92%
B = 38.63%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#47998D (or 0x47998D) is known color: Lochinvar. HEX triplet: 47, 99 and 8D. RGB value is (71,153,141). Sum of RGB (Red+Green+Blue) = 71+153+141=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 153 - color contains mainly: green. Hex color #47998D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47998D is #B86672. Grayscale: #7F7F7F. Windows color (decimal): -12084851 or 9279815. OLE color: 9279815.

HSL color Cylindrical-coordinate representation of color #47998D: hue angle of 171.22º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47998D is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 71 153 141 -
CMYK 0.54 0 0.08 0.4
HSL 171.22º 0.37% 0.44% -
HSV(B) 171.22º 0.54% 0.6% -
XYZ 18.8 26.05 29.24 -
YUV 127.11 135.83 87.98 -
System Red Green Blue C M Y K H S L
Decimal 71 153 141 0.54 0 0.08 0.4 171.22 0.37 0.44
Hex 47 99 8D 36 0 8 28 AB 25 2C
Octal 107 231 215 66 0 10 50 253 45 54
Binary 1000111 10011001 10001101 110110 0 1000 101000 10101011 100101 101100

Color Harmonies of #47998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47998D

Black with #47998D

Text Example


Text Example

White with #47998D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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