Html Css Color HEX #4A8779 Lochinvar

📋 copy color: '#4A8779'

red 74 ◦ green 135 ◦ blue 121

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

Shades of Lochinvar #4A8779

Tints of Lochinvar #4A8779

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.91%

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

R = 22.42%
G = 40.91%
B = 36.67%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#4A8779 (or 0x4A8779) is known color: Lochinvar. HEX triplet: 4A, 87 and 79. RGB value is (74,135,121). Sum of RGB (Red+Green+Blue) = 74+135+121=330 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.42% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 135 - color contains mainly: green. Hex color #4A8779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8779 is #B57886. Grayscale: #737373. Windows color (decimal): -11892871 or 7964490. OLE color: 7964490.

HSL color Cylindrical-coordinate representation of color #4A8779: hue angle of 166.23º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A8779 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 74 135 121 -
CMYK 0.45 0 0.10 0.47
HSL 166.23º 0.29% 0.41% -
HSV(B) 166.23º 0.45% 0.53% -
XYZ 14.94 20.16 21.19 -
YUV 115.17 131.29 98.64 -
System Red Green Blue C M Y K H S L
Decimal 74 135 121 0.45 0 0.10 0.47 166.23 0.29 0.41
Hex 4A 87 79 2D 0 A 2F A6 1D 29
Octal 112 207 171 55 0 12 57 246 35 51
Binary 1001010 10000111 1111001 101101 0 1010 101111 10100110 11101 101001

Color Harmonies of #4A8779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8779

Black with #4A8779

Text Example


Text Example

White with #4A8779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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