Html Css Color HEX #494843 Merlin

📋 copy color: '#494843'

red 73 ◦ green 72 ◦ blue 67

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

Shades of Merlin #494843

Tints of Merlin #494843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 31.6%

R = 34.43%
G = 33.96%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#494843 (or 0x494843) is known color: Merlin. HEX triplet: 49, 48 and 43. RGB value is (73,72,67). Sum of RGB (Red+Green+Blue) = 73+72+67=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 67 (26.56% from 255 or 31.60% from 212); Max value from RGB is 73 - color contains mainly: red. Hex color #494843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494843 is #B6B7BC. Grayscale: #474747. Windows color (decimal): -11974589 or 4409417. OLE color: 4409417.

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

Color convert

RGB 73 72 67 -
CMYK 0 0.01 0.08 0.71
HSL 50º 0.04% 0.27% -
HSV(B) 50º 0.08% 0.29% -
XYZ 6.08 6.46 6.24 -
YUV 71.73 125.33 128.91 -
System Red Green Blue C M Y K H S L
Decimal 73 72 67 0 0.01 0.08 0.71 50 0.04 0.27
Hex 49 48 43 0 1 8 47 32 4 1B
Octal 111 110 103 0 1 10 107 62 4 33
Binary 1001001 1001000 1000011 0 1 1000 1000111 110010 100 11011

Color Harmonies of #494843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494843

Black with #494843

Text Example


Text Example

White with #494843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494843; }

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

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

background-color css

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

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

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

border-color css

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

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

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