Html Css Color HEX #4B493E Merlin

📋 copy color: '#4B493E'

red 75 ◦ green 73 ◦ blue 62

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

Shades of Merlin #4B493E

Tints of Merlin #4B493E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 29.52%

R = 35.71%
G = 34.76%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.71

RGB Variations

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

Color information

#4B493E (or 0x4B493E) is known color: Merlin. HEX triplet: 4B, 49 and 3E. RGB value is (75,73,62). Sum of RGB (Red+Green+Blue) = 75+73+62=210 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.71% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 75 - color contains mainly: red. Hex color #4B493E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B493E is #B4B6C1. Grayscale: #484848. Windows color (decimal): -11843266 or 4081995. OLE color: 4081995.

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

Color convert

RGB 75 73 62 -
CMYK 0 0.03 0.17 0.71
HSL 50.77º 0.09% 0.27% -
HSV(B) 50.77º 0.17% 0.29% -
XYZ 6.15 6.61 5.51 -
YUV 72.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 75 73 62 0 0.03 0.17 0.71 50.77 0.09 0.27
Hex 4B 49 3E 0 3 11 47 33 9 1B
Octal 113 111 76 0 3 21 107 63 11 33
Binary 1001011 1001001 111110 0 11 10001 1000111 110011 1001 11011

Color Harmonies of #4B493E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B493E

Black with #4B493E

Text Example


Text Example

White with #4B493E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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