#4B4942

Color #4B4942 Merlin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Merlin #4B4942

Tints of Merlin #4B4942

Color information

#4B4942 (or 0x4B4942) is unknown color: approx 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

RGB757366-
CMYK00.030.120.71
HSL46.67º6.38%27.65%-
HSV(B)46.67º12%29.41%-
XYZ6.276.656.11-
YUV72.8124.16129.57-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75736600.030.120.7146.676.3827.65
Hex4B494203C472f61c
Octal113111102031410757634
Binary1001011100100110000100111100100011110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>