Html Css Color HEX #4D998D Lochinvar

📋 copy color: '#4D998D'

red 77 ◦ green 153 ◦ blue 141

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

Shades of Lochinvar #4D998D

Tints of Lochinvar #4D998D

RGB

 RED value IS 77 (30.47% from 255) = 20.75%

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

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

R = 20.75%
G = 41.24%
B = 38.01%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#4D998D (or 0x4D998D) is known color: Lochinvar. HEX triplet: 4D, 99 and 8D. RGB value is (77,153,141). Sum of RGB (Red+Green+Blue) = 77+153+141=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #4D998D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D998D is #B26672. Grayscale: #808080. Windows color (decimal): -11691635 or 9279821. OLE color: 9279821.

HSL color Cylindrical-coordinate representation of color #4D998D: hue angle of 170.53º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D998D is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 77 153 141 -
CMYK 0.50 0 0.08 0.4
HSL 170.53º 0.33% 0.45% -
HSV(B) 170.53º 0.5% 0.6% -
XYZ 19.26 26.28 29.26 -
YUV 128.91 134.82 90.98 -
System Red Green Blue C M Y K H S L
Decimal 77 153 141 0.50 0 0.08 0.4 170.53 0.33 0.45
Hex 4D 99 8D 32 0 8 28 AB 21 2D
Octal 115 231 215 62 0 10 50 253 41 55
Binary 1001101 10011001 10001101 110010 0 1000 101000 10101011 100001 101101

Color Harmonies of #4D998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D998D

Black with #4D998D

Text Example


Text Example

White with #4D998D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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