Html Css Color HEX #4E957C Lochinvar

📋 copy color: '#4E957C'

red 78 ◦ green 149 ◦ blue 124

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

Shades of Lochinvar #4E957C

Tints of Lochinvar #4E957C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.33%

R = 22.22%
G = 42.45%
B = 35.33%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#4E957C (or 0x4E957C) is known color: Lochinvar. HEX triplet: 4E, 95 and 7C. RGB value is (78,149,124). Sum of RGB (Red+Green+Blue) = 78+149+124=351 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.22% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 149 - color contains mainly: green. Hex color #4E957C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E957C is #B16A83. Grayscale: #7C7C7C. Windows color (decimal): -11627140 or 8164686. OLE color: 8164686.

HSL color Cylindrical-coordinate representation of color #4E957C: hue angle of 158.87º 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 #4E957C is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 78 149 124 -
CMYK 0.48 0 0.17 0.42
HSL 158.87º 0.31% 0.45% -
HSV(B) 158.87º 0.48% 0.58% -
XYZ 17.53 24.57 22.89 -
YUV 124.92 127.48 94.53 -
System Red Green Blue C M Y K H S L
Decimal 78 149 124 0.48 0 0.17 0.42 158.87 0.31 0.45
Hex 4E 95 7C 30 0 11 2A 9F 1F 2D
Octal 116 225 174 60 0 21 52 237 37 55
Binary 1001110 10010101 1111100 110000 0 10001 101010 10011111 11111 101101

Color Harmonies of #4E957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E957C

Black with #4E957C

Text Example


Text Example

White with #4E957C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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