Html Css Color HEX #4B4942 Merlin

📋 copy color: '#4B4942'

red 75 ◦ green 73 ◦ blue 66

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

Shades of Merlin #4B4942

Tints of Merlin #4B4942

RGB

 RED value IS 75 (29.69% from 255) = 35.05%

 GREEN value IS 73 (28.91% from 255) = 34.11%

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

R = 35.05%
G = 34.11%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#4B4942 (or 0x4B4942) is known color: Merlin. HEX triplet: 4B, 49 and 42. RGB value is (75,73,66). Sum of RGB (Red+Green+Blue) = 75+73+66=214 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.05% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4942 is #B4B6BD. Grayscale: #484848. Windows color (decimal): -11843262 or 4344139. OLE color: 4344139.

HSL color Cylindrical-coordinate representation of color #4B4942: hue angle of 46.67º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4B4942 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 73 66 -
CMYK 0 0.03 0.12 0.71
HSL 46.67º 0.06% 0.28% -
HSV(B) 46.67º 0.12% 0.29% -
XYZ 6.27 6.65 6.11 -
YUV 72.8 124.16 129.57 -
System Red Green Blue C M Y K H S L
Decimal 75 73 66 0 0.03 0.12 0.71 46.67 0.06 0.28
Hex 4B 49 42 0 3 C 47 2F 6 1C
Octal 113 111 102 0 3 14 107 57 6 34
Binary 1001011 1001001 1000010 0 11 1100 1000111 101111 110 11100

Color Harmonies of #4B4942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4942

Black with #4B4942

Text Example


Text Example

White with #4B4942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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