Html Css Color HEX #4E947B Lochinvar

📋 copy color: '#4E947B'

red 78 ◦ green 148 ◦ blue 123

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

Shades of Lochinvar #4E947B

Tints of Lochinvar #4E947B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.24%

R = 22.35%
G = 42.41%
B = 35.24%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#4E947B (or 0x4E947B) is known color: Lochinvar. HEX triplet: 4E, 94 and 7B. RGB value is (78,148,123). Sum of RGB (Red+Green+Blue) = 78+148+123=349 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.35% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 148 - color contains mainly: green. Hex color #4E947B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E947B is #B16B84. Grayscale: #7C7C7C. Windows color (decimal): -11627397 or 8098894. OLE color: 8098894.

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

Color convert

RGB 78 148 123 -
CMYK 0.47 0 0.17 0.42
HSL 158.57º 0.31% 0.44% -
HSV(B) 158.57º 0.47% 0.58% -
XYZ 17.31 24.23 22.5 -
YUV 124.22 127.31 95.03 -
System Red Green Blue C M Y K H S L
Decimal 78 148 123 0.47 0 0.17 0.42 158.57 0.31 0.44
Hex 4E 94 7B 2F 0 11 2A 9F 1F 2C
Octal 116 224 173 57 0 21 52 237 37 54
Binary 1001110 10010100 1111011 101111 0 10001 101010 10011111 11111 101100

Color Harmonies of #4E947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E947B

Black with #4E947B

Text Example


Text Example

White with #4E947B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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