Html Css Color HEX #479A80 Lochinvar

📋 copy color: '#479A80'

red 71 ◦ green 154 ◦ blue 128

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

Shades of Lochinvar #479A80

Tints of Lochinvar #479A80

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.63%

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

R = 20.11%
G = 43.63%
B = 36.26%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#479A80 (or 0x479A80) is known color: Lochinvar. HEX triplet: 47, 9A and 80. RGB value is (71,154,128). Sum of RGB (Red+Green+Blue) = 71+154+128=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 154 (60.55% from 255 or 43.63% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 154 - color contains mainly: green. Hex color #479A80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479A80 is #B8657F. Grayscale: #7E7E7E. Windows color (decimal): -12084608 or 8428103. OLE color: 8428103.

HSL color Cylindrical-coordinate representation of color #479A80: hue angle of 161.2º 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 #479A80 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 154 128 -
CMYK 0.54 0 0.17 0.40
HSL 161.2º 0.37% 0.44% -
HSV(B) 161.2º 0.54% 0.6% -
XYZ 18.05 26.01 24.49 -
YUV 126.22 129 88.61 -
System Red Green Blue C M Y K H S L
Decimal 71 154 128 0.54 0 0.17 0.40 161.2 0.37 0.44
Hex 47 9A 80 36 0 11 28 A1 25 2C
Octal 107 232 200 66 0 21 50 241 45 54
Binary 1000111 10011010 10000000 110110 0 10001 101000 10100001 100101 101100

Color Harmonies of #479A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479A80

Black with #479A80

Text Example


Text Example

White with #479A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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