Html Css Color HEX #4E9988 Lochinvar

📋 copy color: '#4E9988'

red 78 ◦ green 153 ◦ blue 136

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

Shades of Lochinvar #4E9988

Tints of Lochinvar #4E9988

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.69%

 BLUE value IS 136 (53.52% from 255) = 37.06%

R = 21.25%
G = 41.69%
B = 37.06%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#4E9988 (or 0x4E9988) is known color: Lochinvar. HEX triplet: 4E, 99 and 88. RGB value is (78,153,136). Sum of RGB (Red+Green+Blue) = 78+153+136=367 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.25% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 153 - color contains mainly: green. Hex color #4E9988 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9988 is #B16677. Grayscale: #808080. Windows color (decimal): -11626104 or 8952142. OLE color: 8952142.

HSL color Cylindrical-coordinate representation of color #4E9988: hue angle of 166.4º 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 #4E9988 is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB 78 153 136 -
CMYK 0.49 0 0.11 0.4
HSL 166.4º 0.32% 0.45% -
HSV(B) 166.4º 0.49% 0.6% -
XYZ 18.98 26.18 27.35 -
YUV 128.64 132.15 91.88 -
System Red Green Blue C M Y K H S L
Decimal 78 153 136 0.49 0 0.11 0.4 166.4 0.32 0.45
Hex 4E 99 88 31 0 B 28 A6 20 2D
Octal 116 231 210 61 0 13 50 246 40 55
Binary 1001110 10011001 10001000 110001 0 1011 101000 10100110 100000 101101

Color Harmonies of #4E9988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E9988

Black with #4E9988

Text Example


Text Example

White with #4E9988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,153,136); }

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

background-color css

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

 a { background-color: rgb(78,153,136); }

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

border-color css

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

 span { border-color: rgb(78,153,136); }

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