Html Css Color HEX #479180 Lochinvar

📋 copy color: '#479180'

red 71 ◦ green 145 ◦ blue 128

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

Shades of Lochinvar #479180

Tints of Lochinvar #479180

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.15%

 BLUE value IS 128 (50.39% from 255) = 37.21%

R = 20.64%
G = 42.15%
B = 37.21%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#479180 (or 0x479180) is known color: Lochinvar. HEX triplet: 47, 91 and 80. RGB value is (71,145,128). Sum of RGB (Red+Green+Blue) = 71+145+128=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 145 - color contains mainly: green. Hex color #479180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479180 is #B86E7F. Grayscale: #787878. Windows color (decimal): -12086912 or 8425799. OLE color: 8425799.

HSL color Cylindrical-coordinate representation of color #479180: hue angle of 166.22º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #479180 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 145 128 -
CMYK 0.51 0 0.12 0.43
HSL 166.22º 0.34% 0.42% -
HSV(B) 166.22º 0.51% 0.57% -
XYZ 16.62 23.15 24.01 -
YUV 120.94 131.98 92.38 -
System Red Green Blue C M Y K H S L
Decimal 71 145 128 0.51 0 0.12 0.43 166.22 0.34 0.42
Hex 47 91 80 33 0 C 2B A6 22 2A
Octal 107 221 200 63 0 14 53 246 42 52
Binary 1000111 10010001 10000000 110011 0 1100 101011 10100110 100010 101010

Color Harmonies of #479180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479180

Black with #479180

Text Example


Text Example

White with #479180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479180; }

 p { color: rgb(71,145,128); }

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

background-color css

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

 a { background-color: rgb(71,145,128); }

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

border-color css

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

 span { border-color: rgb(71,145,128); }

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