Html Css Color HEX #4E9079 Lochinvar

📋 copy color: '#4E9079'

red 78 ◦ green 144 ◦ blue 121

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

Shades of Lochinvar #4E9079

Tints of Lochinvar #4E9079

RGB

 RED value IS 78 (30.86% from 255) = 22.74%

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

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

R = 22.74%
G = 41.98%
B = 35.28%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#4E9079 (or 0x4E9079) is known color: Lochinvar. HEX triplet: 4E, 90 and 79. RGB value is (78,144,121). Sum of RGB (Red+Green+Blue) = 78+144+121=343 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.74% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 144 - color contains mainly: green. Hex color #4E9079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9079 is #B16F86. Grayscale: #797979. Windows color (decimal): -11628423 or 7966798. OLE color: 7966798.

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

Color convert

RGB 78 144 121 -
CMYK 0.46 0 0.16 0.44
HSL 159.09º 0.3% 0.44% -
HSV(B) 159.09º 0.46% 0.56% -
XYZ 16.57 22.95 21.65 -
YUV 121.64 127.63 96.87 -
System Red Green Blue C M Y K H S L
Decimal 78 144 121 0.46 0 0.16 0.44 159.09 0.3 0.44
Hex 4E 90 79 2E 0 10 2C 9F 1E 2C
Octal 116 220 171 56 0 20 54 237 36 54
Binary 1001110 10010000 1111001 101110 0 10000 101100 10011111 11110 101100

Color Harmonies of #4E9079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E9079

Black with #4E9079

Text Example


Text Example

White with #4E9079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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