Html Css Color HEX #4A9779 Lochinvar

📋 copy color: '#4A9779'

red 74 ◦ green 151 ◦ blue 121

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

Shades of Lochinvar #4A9779

Tints of Lochinvar #4A9779

RGB

 RED value IS 74 (29.3% from 255) = 21.39%

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

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

R = 21.39%
G = 43.64%
B = 34.97%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#4A9779 (or 0x4A9779) is known color: Lochinvar. HEX triplet: 4A, 97 and 79. RGB value is (74,151,121). Sum of RGB (Red+Green+Blue) = 74+151+121=346 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.39% from 346); Green value is 151 (59.38% from 255 or 43.64% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 151 - color contains mainly: green. Hex color #4A9779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9779 is #B56886. Grayscale: #7C7C7C. Windows color (decimal): -11888775 or 7968586. OLE color: 7968586.

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

Color convert

RGB 74 151 121 -
CMYK 0.51 0 0.20 0.41
HSL 156.62º 0.34% 0.44% -
HSV(B) 156.62º 0.51% 0.59% -
XYZ 17.34 24.97 21.99 -
YUV 124.56 125.99 91.94 -
System Red Green Blue C M Y K H S L
Decimal 74 151 121 0.51 0 0.20 0.41 156.62 0.34 0.44
Hex 4A 97 79 33 0 14 29 9D 22 2C
Octal 112 227 171 63 0 24 51 235 42 54
Binary 1001010 10010111 1111001 110011 0 10100 101001 10011101 100010 101100

Color Harmonies of #4A9779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9779

Black with #4A9779

Text Example


Text Example

White with #4A9779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A9779; }

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

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

background-color css

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

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

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

border-color css

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

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

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