Html Css Color HEX #494844 Merlin

📋 copy color: '#494844'

red 73 ◦ green 72 ◦ blue 68

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

Shades of Merlin #494844

Tints of Merlin #494844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 31.92%

R = 34.27%
G = 33.8%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#494844 (or 0x494844) is known color: Merlin. HEX triplet: 49, 48 and 44. RGB value is (73,72,68). Sum of RGB (Red+Green+Blue) = 73+72+68=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 73 - color contains mainly: red. Hex color #494844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494844 is #B6B7BB. Grayscale: #474747. Windows color (decimal): -11974588 or 4474953. OLE color: 4474953.

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

Color convert

RGB 73 72 68 -
CMYK 0 0.01 0.07 0.71
HSL 48º 0.04% 0.28% -
HSV(B) 48º 0.07% 0.29% -
XYZ 6.11 6.47 6.4 -
YUV 71.84 125.83 128.83 -
System Red Green Blue C M Y K H S L
Decimal 73 72 68 0 0.01 0.07 0.71 48 0.04 0.28
Hex 49 48 44 0 1 7 47 30 4 1C
Octal 111 110 104 0 1 7 107 60 4 34
Binary 1001001 1001000 1000100 0 1 111 1000111 110000 100 11100

Color Harmonies of #494844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494844

Black with #494844

Text Example


Text Example

White with #494844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494844; }

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

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

background-color css

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

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

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

border-color css

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

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

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