Html Css Color HEX #47958D Lochinvar

📋 copy color: '#47958D'

red 71 ◦ green 149 ◦ blue 141

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

Shades of Lochinvar #47958D

Tints of Lochinvar #47958D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.27%

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

R = 19.67%
G = 41.27%
B = 39.06%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#47958D (or 0x47958D) is known color: Lochinvar. HEX triplet: 47, 95 and 8D. RGB value is (71,149,141). Sum of RGB (Red+Green+Blue) = 71+149+141=361 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.67% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 149 - color contains mainly: green. Hex color #47958D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47958D is #B86A72. Grayscale: #7C7C7C. Windows color (decimal): -12085875 or 9278791. OLE color: 9278791.

HSL color Cylindrical-coordinate representation of color #47958D: hue angle of 173.85º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #47958D is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 149 141 -
CMYK 0.52 0 0.05 0.42
HSL 173.85º 0.35% 0.43% -
HSV(B) 173.85º 0.52% 0.58% -
XYZ 18.15 24.76 29.02 -
YUV 124.77 137.16 89.65 -
System Red Green Blue C M Y K H S L
Decimal 71 149 141 0.52 0 0.05 0.42 173.85 0.35 0.43
Hex 47 95 8D 34 0 5 2A AE 23 2B
Octal 107 225 215 64 0 5 52 256 43 53
Binary 1000111 10010101 10001101 110100 0 101 101010 10101110 100011 101011

Color Harmonies of #47958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47958D

Black with #47958D

Text Example


Text Example

White with #47958D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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