Html Css Color HEX #49473F Merlin

📋 copy color: '#49473F'

red 73 ◦ green 71 ◦ blue 63

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

Shades of Merlin #49473F

Tints of Merlin #49473F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.3%

 BLUE value IS 63 (25% from 255) = 30.43%

R = 35.27%
G = 34.3%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#49473F (or 0x49473F) is known color: Merlin. HEX triplet: 49, 47 and 3F. RGB value is (73,71,63). Sum of RGB (Red+Green+Blue) = 73+71+63=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 73 - color contains mainly: red. Hex color #49473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49473F is #B6B8C0. Grayscale: #464646. Windows color (decimal): -11974849 or 4147017. OLE color: 4147017.

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

Color convert

RGB 73 71 63 -
CMYK 0 0.03 0.14 0.71
HSL 48º 0.07% 0.27% -
HSV(B) 48º 0.14% 0.29% -
XYZ 5.9 6.28 5.6 -
YUV 70.69 123.66 129.65 -
System Red Green Blue C M Y K H S L
Decimal 73 71 63 0 0.03 0.14 0.71 48 0.07 0.27
Hex 49 47 3F 0 3 E 47 30 7 1B
Octal 111 107 77 0 3 16 107 60 7 33
Binary 1001001 1000111 111111 0 11 1110 1000111 110000 111 11011

Color Harmonies of #49473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49473F

Black with #49473F

Text Example


Text Example

White with #49473F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49473F; }

 p { color: rgb(73,71,63); }

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

background-color css

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

 a { background-color: rgb(73,71,63); }

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

border-color css

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

 span { border-color: rgb(73,71,63); }

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