Html Css Color HEX #4E9182 Lochinvar

📋 copy color: '#4E9182'

red 78 ◦ green 145 ◦ blue 130

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

Shades of Lochinvar #4E9182

Tints of Lochinvar #4E9182

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.08%

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

R = 22.1%
G = 41.08%
B = 36.83%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#4E9182 (or 0x4E9182) is known color: Lochinvar. HEX triplet: 4E, 91 and 82. RGB value is (78,145,130). Sum of RGB (Red+Green+Blue) = 78+145+130=353 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.10% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 145 - color contains mainly: green. Hex color #4E9182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9182 is #B16E7D. Grayscale: #7B7B7B. Windows color (decimal): -11628158 or 8556878. OLE color: 8556878.

HSL color Cylindrical-coordinate representation of color #4E9182: hue angle of 166.57º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E9182 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 78 145 130 -
CMYK 0.46 0 0.10 0.43
HSL 166.57º 0.3% 0.44% -
HSV(B) 166.57º 0.46% 0.57% -
XYZ 17.3 23.48 24.74 -
YUV 123.26 131.8 95.72 -
System Red Green Blue C M Y K H S L
Decimal 78 145 130 0.46 0 0.10 0.43 166.57 0.3 0.44
Hex 4E 91 82 2E 0 A 2B A7 1E 2C
Octal 116 221 202 56 0 12 53 247 36 54
Binary 1001110 10010001 10000010 101110 0 1010 101011 10100111 11110 101100

Color Harmonies of #4E9182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E9182

Black with #4E9182

Text Example


Text Example

White with #4E9182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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