Html Css Color HEX #4A8579 Lochinvar

📋 copy color: '#4A8579'

red 74 ◦ green 133 ◦ blue 121

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

Shades of Lochinvar #4A8579

Tints of Lochinvar #4A8579

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.55%

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

R = 22.56%
G = 40.55%
B = 36.89%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#4A8579 (or 0x4A8579) is known color: Lochinvar. HEX triplet: 4A, 85 and 79. RGB value is (74,133,121). Sum of RGB (Red+Green+Blue) = 74+133+121=328 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.56% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 133 - color contains mainly: green. Hex color #4A8579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8579 is #B57A86. Grayscale: #717171. Windows color (decimal): -11893383 or 7963978. OLE color: 7963978.

HSL color Cylindrical-coordinate representation of color #4A8579: hue angle of 167.8º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A8579 is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 74 133 121 -
CMYK 0.44 0 0.09 0.48
HSL 167.8º 0.29% 0.41% -
HSV(B) 167.8º 0.44% 0.52% -
XYZ 14.66 19.61 21.1 -
YUV 113.99 131.95 99.48 -
System Red Green Blue C M Y K H S L
Decimal 74 133 121 0.44 0 0.09 0.48 167.8 0.29 0.41
Hex 4A 85 79 2C 0 9 30 A8 1D 29
Octal 112 205 171 54 0 11 60 250 35 51
Binary 1001010 10000101 1111001 101100 0 1001 110000 10101000 11101 101001

Color Harmonies of #4A8579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8579

Black with #4A8579

Text Example


Text Example

White with #4A8579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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