Html Css Color HEX #4A9679 Lochinvar

📋 copy color: '#4A9679'

red 74 ◦ green 150 ◦ blue 121

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

Shades of Lochinvar #4A9679

Tints of Lochinvar #4A9679

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.48%

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

R = 21.45%
G = 43.48%
B = 35.07%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#4A9679 (or 0x4A9679) is known color: Lochinvar. HEX triplet: 4A, 96 and 79. RGB value is (74,150,121). Sum of RGB (Red+Green+Blue) = 74+150+121=345 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.45% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 150 - color contains mainly: green. Hex color #4A9679 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9679 is #B56986. Grayscale: #7C7C7C. Windows color (decimal): -11889031 or 7968330. OLE color: 7968330.

HSL color Cylindrical-coordinate representation of color #4A9679: hue angle of 157.11º 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 #4A9679 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 74 150 121 -
CMYK 0.51 0 0.19 0.41
HSL 157.11º 0.34% 0.44% -
HSV(B) 157.11º 0.51% 0.59% -
XYZ 17.18 24.65 21.94 -
YUV 123.97 126.32 92.36 -
System Red Green Blue C M Y K H S L
Decimal 74 150 121 0.51 0 0.19 0.41 157.11 0.34 0.44
Hex 4A 96 79 33 0 13 29 9D 22 2C
Octal 112 226 171 63 0 23 51 235 42 54
Binary 1001010 10010110 1111001 110011 0 10011 101001 10011101 100010 101100

Color Harmonies of #4A9679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9679

Black with #4A9679

Text Example


Text Example

White with #4A9679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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