Html Css Color HEX #4E957D Lochinvar

📋 copy color: '#4E957D'

red 78 ◦ green 149 ◦ blue 125

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

Shades of Lochinvar #4E957D

Tints of Lochinvar #4E957D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.33%

 BLUE value IS 125 (49.22% from 255) = 35.51%

R = 22.16%
G = 42.33%
B = 35.51%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#4E957D (or 0x4E957D) is known color: Lochinvar. HEX triplet: 4E, 95 and 7D. RGB value is (78,149,125). Sum of RGB (Red+Green+Blue) = 78+149+125=352 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.16% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 149 - color contains mainly: green. Hex color #4E957D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E957D is #B16A82. Grayscale: #7D7D7D. Windows color (decimal): -11627139 or 8230222. OLE color: 8230222.

HSL color Cylindrical-coordinate representation of color #4E957D: hue angle of 159.72º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E957D is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 78 149 125 -
CMYK 0.48 0 0.16 0.42
HSL 159.72º 0.31% 0.45% -
HSV(B) 159.72º 0.48% 0.58% -
XYZ 17.59 24.6 23.22 -
YUV 125.04 127.98 94.45 -
System Red Green Blue C M Y K H S L
Decimal 78 149 125 0.48 0 0.16 0.42 159.72 0.31 0.45
Hex 4E 95 7D 30 0 10 2A A0 1F 2D
Octal 116 225 175 60 0 20 52 240 37 55
Binary 1001110 10010101 1111101 110000 0 10000 101010 10100000 11111 101101

Color Harmonies of #4E957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E957D

Black with #4E957D

Text Example


Text Example

White with #4E957D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,149,125); }

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

background-color css

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

 a { background-color: rgb(78,149,125); }

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

border-color css

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

 span { border-color: rgb(78,149,125); }

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