Html Css Color HEX #4E947D Lochinvar

📋 copy color: '#4E947D'

red 78 ◦ green 148 ◦ blue 125

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

Shades of Lochinvar #4E947D

Tints of Lochinvar #4E947D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.17%

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

R = 22.22%
G = 42.17%
B = 35.61%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#4E947D (or 0x4E947D) is known color: Lochinvar. HEX triplet: 4E, 94 and 7D. RGB value is (78,148,125). Sum of RGB (Red+Green+Blue) = 78+148+125=351 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.22% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 148 - color contains mainly: green. Hex color #4E947D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E947D is #B16B82. Grayscale: #7C7C7C. Windows color (decimal): -11627395 or 8229966. OLE color: 8229966.

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

Color convert

RGB 78 148 125 -
CMYK 0.47 0 0.16 0.42
HSL 160.29º 0.31% 0.44% -
HSV(B) 160.29º 0.47% 0.58% -
XYZ 17.43 24.28 23.17 -
YUV 124.45 128.31 94.87 -
System Red Green Blue C M Y K H S L
Decimal 78 148 125 0.47 0 0.16 0.42 160.29 0.31 0.44
Hex 4E 94 7D 2F 0 10 2A A0 1F 2C
Octal 116 224 175 57 0 20 52 240 37 54
Binary 1001110 10010100 1111101 101111 0 10000 101010 10100000 11111 101100

Color Harmonies of #4E947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E947D

Black with #4E947D

Text Example


Text Example

White with #4E947D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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