Html Css Color HEX #4D5050 Mako

📋 copy color: '#4D5050'

red 77 ◦ green 80 ◦ blue 80

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

Shades of Mako #4D5050

Tints of Mako #4D5050

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.76%

 BLUE value IS 80 (31.64% from 255) = 33.76%

R = 32.49%
G = 33.76%
B = 33.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4D5050 (or 0x4D5050) is known color: Mako. HEX triplet: 4D, 50 and 50. RGB value is (77,80,80). Sum of RGB (Red+Green+Blue) = 77+80+80=237 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.49% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 80 - color contains mainly: green, blue. Hex color #4D5050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5050 is #B2AFAF. Grayscale: #4F4F4F. Windows color (decimal): -11710384 or 5263437. OLE color: 5263437.

HSL color Cylindrical-coordinate representation of color #4D5050: hue angle of 180º degrees, saturation: 0.02, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #4D5050 is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 77 80 80 -
CMYK 0.04 0 0 0.69
HSL 180º 0.02% 0.31% -
HSV(B) 180º 0.04% 0.31% -
XYZ 7.38 7.89 8.72 -
YUV 79.1 128.51 126.5 -
System Red Green Blue C M Y K H S L
Decimal 77 80 80 0.04 0 0 0.69 180 0.02 0.31
Hex 4D 50 50 4 0 0 45 B4 2 1F
Octal 115 120 120 4 0 0 105 264 2 37
Binary 1001101 1010000 1010000 100 0 0 1000101 10110100 10 11111

Color Harmonies of #4D5050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5050

Black with #4D5050

Text Example


Text Example

White with #4D5050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,80,80); }

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

background-color css

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

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

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

border-color css

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

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

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