Html Css Color HEX #494841 Merlin

📋 copy color: '#494841'

red 73 ◦ green 72 ◦ blue 65

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

Shades of Merlin #494841

Tints of Merlin #494841

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.29%

 BLUE value IS 65 (25.78% from 255) = 30.95%

R = 34.76%
G = 34.29%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#494841 (or 0x494841) is known color: Merlin. HEX triplet: 49, 48 and 41. RGB value is (73,72,65). Sum of RGB (Red+Green+Blue) = 73+72+65=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 65 (25.78% from 255 or 30.95% from 210); Max value from RGB is 73 - color contains mainly: red. Hex color #494841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494841 is #B6B7BE. Grayscale: #474747. Windows color (decimal): -11974591 or 4278345. OLE color: 4278345.

HSL color Cylindrical-coordinate representation of color #494841: hue angle of 52.5º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #494841 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 72 65 -
CMYK 0 0.01 0.11 0.71
HSL 52.5º 0.06% 0.27% -
HSV(B) 52.5º 0.11% 0.29% -
XYZ 6.02 6.43 5.93 -
YUV 71.5 124.33 129.07 -
System Red Green Blue C M Y K H S L
Decimal 73 72 65 0 0.01 0.11 0.71 52.5 0.06 0.27
Hex 49 48 41 0 1 B 47 34 6 1B
Octal 111 110 101 0 1 13 107 64 6 33
Binary 1001001 1001000 1000001 0 1 1011 1000111 110100 110 11011

Color Harmonies of #494841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494841

Black with #494841

Text Example


Text Example

White with #494841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494841; }

 p { color: rgb(73,72,65); }

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

background-color css

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

 a { background-color: rgb(73,72,65); }

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

border-color css

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

 span { border-color: rgb(73,72,65); }

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