Html Css Color HEX #4D998F Lochinvar

📋 copy color: '#4D998F'

red 77 ◦ green 153 ◦ blue 143

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

Shades of Lochinvar #4D998F

Tints of Lochinvar #4D998F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.34%

R = 20.64%
G = 41.02%
B = 38.34%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#4D998F (or 0x4D998F) is known color: Lochinvar. HEX triplet: 4D, 99 and 8F. RGB value is (77,153,143). Sum of RGB (Red+Green+Blue) = 77+153+143=373 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.64% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 153 - color contains mainly: green. Hex color #4D998F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D998F is #B26670. Grayscale: #818181. Windows color (decimal): -11691633 or 9410893. OLE color: 9410893.

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

Color convert

RGB 77 153 143 -
CMYK 0.50 0 0.07 0.4
HSL 172.11º 0.33% 0.45% -
HSV(B) 172.11º 0.5% 0.6% -
XYZ 19.41 26.34 30.05 -
YUV 129.14 135.82 90.81 -
System Red Green Blue C M Y K H S L
Decimal 77 153 143 0.50 0 0.07 0.4 172.11 0.33 0.45
Hex 4D 99 8F 32 0 7 28 AC 21 2D
Octal 115 231 217 62 0 7 50 254 41 55
Binary 1001101 10011001 10001111 110010 0 111 101000 10101100 100001 101101

Color Harmonies of #4D998F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D998F

Black with #4D998F

Text Example


Text Example

White with #4D998F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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