Html Css Color HEX #4E9B82 Lochinvar

📋 copy color: '#4E9B82'

red 78 ◦ green 155 ◦ blue 130

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

Shades of Lochinvar #4E9B82

Tints of Lochinvar #4E9B82

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.7%

 BLUE value IS 130 (51.17% from 255) = 35.81%

R = 21.49%
G = 42.7%
B = 35.81%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.39

RGB Variations

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

Color information

#4E9B82 (or 0x4E9B82) is known color: Lochinvar. HEX triplet: 4E, 9B and 82. RGB value is (78,155,130). Sum of RGB (Red+Green+Blue) = 78+155+130=363 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.49% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 155 - color contains mainly: green. Hex color #4E9B82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9B82 is #B1647D. Grayscale: #818181. Windows color (decimal): -11625598 or 8559438. OLE color: 8559438.

HSL color Cylindrical-coordinate representation of color #4E9B82: hue angle of 160.52º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E9B82 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB 78 155 130 -
CMYK 0.50 0 0.16 0.39
HSL 160.52º 0.33% 0.46% -
HSV(B) 160.52º 0.5% 0.61% -
XYZ 18.89 26.67 25.27 -
YUV 129.13 128.49 91.53 -
System Red Green Blue C M Y K H S L
Decimal 78 155 130 0.50 0 0.16 0.39 160.52 0.33 0.46
Hex 4E 9B 82 32 0 10 27 A1 21 2E
Octal 116 233 202 62 0 20 47 241 41 56
Binary 1001110 10011011 10000010 110010 0 10000 100111 10100001 100001 101110

Color Harmonies of #4E9B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E9B82

Black with #4E9B82

Text Example


Text Example

White with #4E9B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,155,130); }

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

background-color css

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

 a { background-color: rgb(78,155,130); }

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

border-color css

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

 span { border-color: rgb(78,155,130); }

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