Html Css Color HEX #4E997E Lochinvar

📋 copy color: '#4E997E'

red 78 ◦ green 153 ◦ blue 126

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

Shades of Lochinvar #4E997E

Tints of Lochinvar #4E997E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.86%

 BLUE value IS 126 (49.61% from 255) = 35.29%

R = 21.85%
G = 42.86%
B = 35.29%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#4E997E (or 0x4E997E) is known color: Lochinvar. HEX triplet: 4E, 99 and 7E. RGB value is (78,153,126). Sum of RGB (Red+Green+Blue) = 78+153+126=357 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.85% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 153 - color contains mainly: green. Hex color #4E997E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E997E is #B16681. Grayscale: #7F7F7F. Windows color (decimal): -11626114 or 8296782. OLE color: 8296782.

HSL color Cylindrical-coordinate representation of color #4E997E: hue angle of 158.4º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E997E is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 78 153 126 -
CMYK 0.49 0 0.18 0.4
HSL 158.4º 0.32% 0.45% -
HSV(B) 158.4º 0.49% 0.6% -
XYZ 18.3 25.91 23.78 -
YUV 127.5 127.15 92.7 -
System Red Green Blue C M Y K H S L
Decimal 78 153 126 0.49 0 0.18 0.4 158.4 0.32 0.45
Hex 4E 99 7E 31 0 12 28 9E 20 2D
Octal 116 231 176 61 0 22 50 236 40 55
Binary 1001110 10011001 1111110 110001 0 10010 101000 10011110 100000 101101

Color Harmonies of #4E997E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E997E

Black with #4E997E

Text Example


Text Example

White with #4E997E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,153,126); }

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

background-color css

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

 a { background-color: rgb(78,153,126); }

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

border-color css

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

 span { border-color: rgb(78,153,126); }

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