Html Css Color HEX #47988C Lochinvar

📋 copy color: '#47988C'

red 71 ◦ green 152 ◦ blue 140

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

Shades of Lochinvar #47988C

Tints of Lochinvar #47988C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.87%

 BLUE value IS 140 (55.08% from 255) = 38.57%

R = 19.56%
G = 41.87%
B = 38.57%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#47988C (or 0x47988C) is known color: Lochinvar. HEX triplet: 47, 98 and 8C. RGB value is (71,152,140). Sum of RGB (Red+Green+Blue) = 71+152+140=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 152 - color contains mainly: green. Hex color #47988C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47988C is #B86773. Grayscale: #7E7E7E. Windows color (decimal): -12085108 or 9214023. OLE color: 9214023.

HSL color Cylindrical-coordinate representation of color #47988C: hue angle of 171.11º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #47988C is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 152 140 -
CMYK 0.53 0 0.08 0.40
HSL 171.11º 0.36% 0.44% -
HSV(B) 171.11º 0.53% 0.6% -
XYZ 18.56 25.69 28.79 -
YUV 126.41 135.66 88.48 -
System Red Green Blue C M Y K H S L
Decimal 71 152 140 0.53 0 0.08 0.40 171.11 0.36 0.44
Hex 47 98 8C 35 0 8 28 AB 24 2C
Octal 107 230 214 65 0 10 50 253 44 54
Binary 1000111 10011000 10001100 110101 0 1000 101000 10101011 100100 101100

Color Harmonies of #47988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47988C

Black with #47988C

Text Example


Text Example

White with #47988C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,152,140); }

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

background-color css

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

 a { background-color: rgb(71,152,140); }

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

border-color css

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

 span { border-color: rgb(71,152,140); }

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