Html Css Color HEX #4E998D Lochinvar

📋 copy color: '#4E998D'

red 78 ◦ green 153 ◦ blue 141

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

Shades of Lochinvar #4E998D

Tints of Lochinvar #4E998D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.9%

R = 20.97%
G = 41.13%
B = 37.9%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#4E998D (or 0x4E998D) is known color: Lochinvar. HEX triplet: 4E, 99 and 8D. RGB value is (78,153,141). Sum of RGB (Red+Green+Blue) = 78+153+141=372 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.97% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 153 - color contains mainly: green. Hex color #4E998D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E998D is #B16672. Grayscale: #818181. Windows color (decimal): -11626099 or 9279822. OLE color: 9279822.

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

Color convert

RGB 78 153 141 -
CMYK 0.49 0 0.08 0.4
HSL 170.4º 0.32% 0.45% -
HSV(B) 170.4º 0.49% 0.6% -
XYZ 19.34 26.33 29.26 -
YUV 129.21 134.65 91.48 -
System Red Green Blue C M Y K H S L
Decimal 78 153 141 0.49 0 0.08 0.4 170.4 0.32 0.45
Hex 4E 99 8D 31 0 8 28 AA 20 2D
Octal 116 231 215 61 0 10 50 252 40 55
Binary 1001110 10011001 10001101 110001 0 1000 101000 10101010 100000 101101

Color Harmonies of #4E998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E998D

Black with #4E998D

Text Example


Text Example

White with #4E998D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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