Html Css Color HEX #494A47 Tuatara

📋 copy color: '#494A47'

red 73 ◦ green 74 ◦ blue 71

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

Shades of Tuatara #494A47

Tints of Tuatara #494A47

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.94%

 BLUE value IS 71 (28.13% from 255) = 32.57%

R = 33.49%
G = 33.94%
B = 32.57%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#494A47 (or 0x494A47) is known color: Tuatara. HEX triplet: 49, 4A and 47. RGB value is (73,74,71). Sum of RGB (Red+Green+Blue) = 73+74+71=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 71 (28.12% from 255 or 32.57% from 218); Max value from RGB is 74 - color contains mainly: green. Hex color #494A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494A47 is #B6B5B8. Grayscale: #494949. Windows color (decimal): -11974073 or 4672073. OLE color: 4672073.

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

Color convert

RGB 73 74 71 -
CMYK 0.01 0 0.04 0.71
HSL 80º 0.02% 0.28% -
HSV(B) 80º 0.04% 0.29% -
XYZ 6.33 6.77 6.93 -
YUV 73.36 126.67 127.74 -
System Red Green Blue C M Y K H S L
Decimal 73 74 71 0.01 0 0.04 0.71 80 0.02 0.28
Hex 49 4A 47 1 0 4 47 50 2 1C
Octal 111 112 107 1 0 4 107 120 2 34
Binary 1001001 1001010 1000111 1 0 100 1000111 1010000 10 11100

Color Harmonies of #494A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494A47

Black with #494A47

Text Example


Text Example

White with #494A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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