Html Css Color HEX #479779 Lochinvar

📋 copy color: '#479779'

red 71 ◦ green 151 ◦ blue 121

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

Shades of Lochinvar #479779

Tints of Lochinvar #479779

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.02%

 BLUE value IS 121 (47.66% from 255) = 35.28%

R = 20.7%
G = 44.02%
B = 35.28%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#479779 (or 0x479779) is known color: Lochinvar. HEX triplet: 47, 97 and 79. RGB value is (71,151,121). Sum of RGB (Red+Green+Blue) = 71+151+121=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 151 (59.38% from 255 or 44.02% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 151 - color contains mainly: green. Hex color #479779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479779 is #B86886. Grayscale: #7B7B7B. Windows color (decimal): -12085383 or 7968583. OLE color: 7968583.

HSL color Cylindrical-coordinate representation of color #479779: hue angle of 157.5º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #479779 is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 151 121 -
CMYK 0.53 0 0.20 0.41
HSL 157.5º 0.36% 0.44% -
HSV(B) 157.5º 0.53% 0.59% -
XYZ 17.12 24.85 21.98 -
YUV 123.66 126.5 90.44 -
System Red Green Blue C M Y K H S L
Decimal 71 151 121 0.53 0 0.20 0.41 157.5 0.36 0.44
Hex 47 97 79 35 0 14 29 9E 24 2C
Octal 107 227 171 65 0 24 51 236 44 54
Binary 1000111 10010111 1111001 110101 0 10100 101001 10011110 100100 101100

Color Harmonies of #479779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479779

Black with #479779

Text Example


Text Example

White with #479779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479779; }

 p { color: rgb(71,151,121); }

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

background-color css

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

 a { background-color: rgb(71,151,121); }

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

border-color css

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

 span { border-color: rgb(71,151,121); }

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