Html Css Color HEX #4E988B Lochinvar

📋 copy color: '#4E988B'

red 78 ◦ green 152 ◦ blue 139

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

Shades of Lochinvar #4E988B

Tints of Lochinvar #4E988B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.67%

R = 21.14%
G = 41.19%
B = 37.67%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#4E988B (or 0x4E988B) is known color: Lochinvar. HEX triplet: 4E, 98 and 8B. RGB value is (78,152,139). Sum of RGB (Red+Green+Blue) = 78+152+139=369 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.14% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 152 - color contains mainly: green. Hex color #4E988B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E988B is #B16774. Grayscale: #808080. Windows color (decimal): -11626357 or 9148494. OLE color: 9148494.

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

Color convert

RGB 78 152 139 -
CMYK 0.49 0 0.09 0.40
HSL 169.46º 0.32% 0.45% -
HSV(B) 169.46º 0.49% 0.6% -
XYZ 19.03 25.94 28.43 -
YUV 128.39 133.98 92.06 -
System Red Green Blue C M Y K H S L
Decimal 78 152 139 0.49 0 0.09 0.40 169.46 0.32 0.45
Hex 4E 98 8B 31 0 9 28 A9 20 2D
Octal 116 230 213 61 0 11 50 251 40 55
Binary 1001110 10011000 10001011 110001 0 1001 101000 10101001 100000 101101

Color Harmonies of #4E988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E988B

Black with #4E988B

Text Example


Text Example

White with #4E988B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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