Html Css Color HEX #4F9079 Lochinvar

📋 copy color: '#4F9079'

red 79 ◦ green 144 ◦ blue 121

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

Shades of Lochinvar #4F9079

Tints of Lochinvar #4F9079

RGB

 RED value IS 79 (31.25% from 255) = 22.97%

 GREEN value IS 144 (56.64% from 255) = 41.86%

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

R = 22.97%
G = 41.86%
B = 35.17%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#4F9079 (or 0x4F9079) is known color: Lochinvar. HEX triplet: 4F, 90 and 79. RGB value is (79,144,121). Sum of RGB (Red+Green+Blue) = 79+144+121=344 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.97% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 144 - color contains mainly: green. Hex color #4F9079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9079 is #B06F86. Grayscale: #797979. Windows color (decimal): -11562887 or 7966799. OLE color: 7966799.

HSL color Cylindrical-coordinate representation of color #4F9079: hue angle of 158.77º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4F9079 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 79 144 121 -
CMYK 0.45 0 0.16 0.44
HSL 158.77º 0.29% 0.44% -
HSV(B) 158.77º 0.45% 0.56% -
XYZ 16.65 22.99 21.65 -
YUV 121.94 127.47 97.37 -
System Red Green Blue C M Y K H S L
Decimal 79 144 121 0.45 0 0.16 0.44 158.77 0.29 0.44
Hex 4F 90 79 2D 0 10 2C 9F 1D 2C
Octal 117 220 171 55 0 20 54 237 35 54
Binary 1001111 10010000 1111001 101101 0 10000 101100 10011111 11101 101100

Color Harmonies of #4F9079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9079

Black with #4F9079

Text Example


Text Example

White with #4F9079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,144,121); }

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

background-color css

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

 a { background-color: rgb(79,144,121); }

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

border-color css

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

 span { border-color: rgb(79,144,121); }

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