Html Css Color HEX #4E9886 Lochinvar

📋 copy color: '#4E9886'

red 78 ◦ green 152 ◦ blue 134

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

Shades of Lochinvar #4E9886

Tints of Lochinvar #4E9886

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.76%

 BLUE value IS 134 (52.73% from 255) = 36.81%

R = 21.43%
G = 41.76%
B = 36.81%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#4E9886 (or 0x4E9886) is known color: Lochinvar. HEX triplet: 4E, 98 and 86. RGB value is (78,152,134). Sum of RGB (Red+Green+Blue) = 78+152+134=364 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.43% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 134 (52.73% from 255 or 36.81% from 364); Max value from RGB is 152 - color contains mainly: green. Hex color #4E9886 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9886 is #B16779. Grayscale: #7F7F7F. Windows color (decimal): -11626362 or 8820814. OLE color: 8820814.

HSL color Cylindrical-coordinate representation of color #4E9886: hue angle of 165.41º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E9886 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB 78 152 134 -
CMYK 0.49 0 0.12 0.40
HSL 165.41º 0.32% 0.45% -
HSV(B) 165.41º 0.49% 0.6% -
XYZ 18.67 25.8 26.55 -
YUV 127.82 131.48 92.46 -
System Red Green Blue C M Y K H S L
Decimal 78 152 134 0.49 0 0.12 0.40 165.41 0.32 0.45
Hex 4E 98 86 31 0 C 28 A5 20 2D
Octal 116 230 206 61 0 14 50 245 40 55
Binary 1001110 10011000 10000110 110001 0 1100 101000 10100101 100000 101101

Color Harmonies of #4E9886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E9886

Black with #4E9886

Text Example


Text Example

White with #4E9886

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,152,134); }

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

background-color css

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

 a { background-color: rgb(78,152,134); }

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

border-color css

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

 span { border-color: rgb(78,152,134); }

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