Html Css Color HEX #4EA194 Lochinvar

📋 copy color: '#4EA194'

red 78 ◦ green 161 ◦ blue 148

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

Shades of Lochinvar #4EA194

Tints of Lochinvar #4EA194

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.6%

 BLUE value IS 148 (58.2% from 255) = 38.24%

R = 20.16%
G = 41.6%
B = 38.24%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#4EA194 (or 0x4EA194) is known color: Lochinvar. HEX triplet: 4E, A1 and 94. RGB value is (78,161,148). Sum of RGB (Red+Green+Blue) = 78+161+148=387 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.16% from 387); Green value is 161 (63.28% from 255 or 41.60% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 161 - color contains mainly: green. Hex color #4EA194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA194 is #B15E6B. Grayscale: #868686. Windows color (decimal): -11624044 or 9740622. OLE color: 9740622.

HSL color Cylindrical-coordinate representation of color #4EA194: hue angle of 170.6º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4EA194 is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB 78 161 148 -
CMYK 0.52 0 0.08 0.37
HSL 170.6º 0.35% 0.47% -
HSV(B) 170.6º 0.52% 0.63% -
XYZ 21.23 29.25 32.54 -
YUV 134.7 135.5 87.56 -
System Red Green Blue C M Y K H S L
Decimal 78 161 148 0.52 0 0.08 0.37 170.6 0.35 0.47
Hex 4E A1 94 34 0 8 25 AB 23 2F
Octal 116 241 224 64 0 10 45 253 43 57
Binary 1001110 10100001 10010100 110100 0 1000 100101 10101011 100011 101111

Color Harmonies of #4EA194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EA194

Black with #4EA194

Text Example


Text Example

White with #4EA194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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