Html Css Color HEX #479387 Lochinvar

📋 copy color: '#479387'

red 71 ◦ green 147 ◦ blue 135

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

Shades of Lochinvar #479387

Tints of Lochinvar #479387

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.64%

 BLUE value IS 135 (53.13% from 255) = 38.24%

R = 20.11%
G = 41.64%
B = 38.24%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#479387 (or 0x479387) is known color: Lochinvar. HEX triplet: 47, 93 and 87. RGB value is (71,147,135). Sum of RGB (Red+Green+Blue) = 71+147+135=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 135 (53.12% from 255 or 38.24% from 353); Max value from RGB is 147 - color contains mainly: green. Hex color #479387 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479387 is #B86C78. Grayscale: #7A7A7A. Windows color (decimal): -12086393 or 8885063. OLE color: 8885063.

HSL color Cylindrical-coordinate representation of color #479387: hue angle of 170.53º 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 #479387 is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 147 135 -
CMYK 0.52 0 0.08 0.42
HSL 170.53º 0.35% 0.43% -
HSV(B) 170.53º 0.52% 0.58% -
XYZ 17.41 23.96 26.63 -
YUV 122.91 134.82 90.98 -
System Red Green Blue C M Y K H S L
Decimal 71 147 135 0.52 0 0.08 0.42 170.53 0.35 0.43
Hex 47 93 87 34 0 8 2A AB 23 2B
Octal 107 223 207 64 0 10 52 253 43 53
Binary 1000111 10010011 10000111 110100 0 1000 101010 10101011 100011 101011

Color Harmonies of #479387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479387

Black with #479387

Text Example


Text Example

White with #479387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479387; }

 p { color: rgb(71,147,135); }

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

background-color css

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

 a { background-color: rgb(71,147,135); }

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

border-color css

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

 span { border-color: rgb(71,147,135); }

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