Html Css Color HEX #47493F Tuatara

📋 copy color: '#47493F'

red 71 ◦ green 73 ◦ blue 63

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

Shades of Tuatara #47493F

Tints of Tuatara #47493F

RGB

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

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

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

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

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#47493F (or 0x47493F) is known color: Tuatara. HEX triplet: 47, 49 and 3F. RGB value is (71,73,63). Sum of RGB (Red+Green+Blue) = 71+73+63=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 73 - color contains mainly: green. Hex color #47493F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47493F is #B8B6C0. Grayscale: #474747. Windows color (decimal): -12105409 or 4147527. OLE color: 4147527.

HSL color Cylindrical-coordinate representation of color #47493F: hue angle of 72º 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 #47493F is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 73 63 -
CMYK 0.03 0 0.14 0.71
HSL 72º 0.07% 0.27% -
HSV(B) 72º 0.14% 0.29% -
XYZ 5.88 6.46 5.64 -
YUV 71.26 123.34 127.81 -
System Red Green Blue C M Y K H S L
Decimal 71 73 63 0.03 0 0.14 0.71 72 0.07 0.27
Hex 47 49 3F 3 0 E 47 48 7 1B
Octal 107 111 77 3 0 16 107 110 7 33
Binary 1000111 1001001 111111 11 0 1110 1000111 1001000 111 11011

Color Harmonies of #47493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47493F

Black with #47493F

Text Example


Text Example

White with #47493F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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