Html Css Color HEX #4A967A Lochinvar

📋 copy color: '#4A967A'

red 74 ◦ green 150 ◦ blue 122

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

Shades of Lochinvar #4A967A

Tints of Lochinvar #4A967A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.26%

R = 21.39%
G = 43.35%
B = 35.26%

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

#4A967A (or 0x4A967A) is known color: Lochinvar. HEX triplet: 4A, 96 and 7A. RGB value is (74,150,122). Sum of RGB (Red+Green+Blue) = 74+150+122=346 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.39% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 150 - color contains mainly: green. Hex color #4A967A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A967A is #B56985. Grayscale: #7C7C7C. Windows color (decimal): -11889030 or 8033866. OLE color: 8033866.

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

Color convert

RGB 74 150 122 -
CMYK 0.51 0 0.19 0.41
HSL 157.89º 0.34% 0.44% -
HSV(B) 157.89º 0.51% 0.59% -
XYZ 17.24 24.67 22.27 -
YUV 124.08 126.82 92.28 -
System Red Green Blue C M Y K H S L
Decimal 74 150 122 0.51 0 0.19 0.41 157.89 0.34 0.44
Hex 4A 96 7A 33 0 13 29 9E 22 2C
Octal 112 226 172 63 0 23 51 236 42 54
Binary 1001010 10010110 1111010 110011 0 10011 101001 10011110 100010 101100

Color Harmonies of #4A967A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A967A

Black with #4A967A

Text Example


Text Example

White with #4A967A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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