Html Css Color HEX #4D4B42 Merlin

📋 copy color: '#4D4B42'

red 77 ◦ green 75 ◦ blue 66

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

Shades of Merlin #4D4B42

Tints of Merlin #4D4B42

RGB

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

 GREEN value IS 75 (29.69% from 255) = 34.4%

 BLUE value IS 66 (26.17% from 255) = 30.28%

R = 35.32%
G = 34.4%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.70

RGB Variations

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

Color information

#4D4B42 (or 0x4D4B42) is known color: Merlin. HEX triplet: 4D, 4B and 42. RGB value is (77,75,66). Sum of RGB (Red+Green+Blue) = 77+75+66=218 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.32% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4B42 is #B2B4BD. Grayscale: #4A4A4A. Windows color (decimal): -11711678 or 4344653. OLE color: 4344653.

HSL color Cylindrical-coordinate representation of color #4D4B42: hue angle of 49.09º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4D4B42 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 75 66 -
CMYK 0 0.03 0.14 0.70
HSL 49.09º 0.08% 0.28% -
HSV(B) 49.09º 0.14% 0.3% -
XYZ 6.56 7 6.16 -
YUV 74.57 123.16 129.73 -
System Red Green Blue C M Y K H S L
Decimal 77 75 66 0 0.03 0.14 0.70 49.09 0.08 0.28
Hex 4D 4B 42 0 3 E 46 31 8 1C
Octal 115 113 102 0 3 16 106 61 10 34
Binary 1001101 1001011 1000010 0 11 1110 1000110 110001 1000 11100

Color Harmonies of #4D4B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4B42

Black with #4D4B42

Text Example


Text Example

White with #4D4B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,75,66); }

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

background-color css

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

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

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

border-color css

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

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

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