Html Css Color HEX #474940 Tuatara

📋 copy color: '#474940'

red 71 ◦ green 73 ◦ blue 64

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

Shades of Tuatara #474940

Tints of Tuatara #474940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 30.77%

R = 34.13%
G = 35.1%
B = 30.77%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#474940 (or 0x474940) is known color: Tuatara. HEX triplet: 47, 49 and 40. RGB value is (71,73,64). Sum of RGB (Red+Green+Blue) = 71+73+64=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 73 - color contains mainly: green. Hex color #474940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474940 is #B8B6BF. Grayscale: #474747. Windows color (decimal): -12105408 or 4213063. OLE color: 4213063.

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

Color convert

RGB 71 73 64 -
CMYK 0.03 0 0.12 0.71
HSL 73.33º 0.07% 0.27% -
HSV(B) 73.33º 0.12% 0.29% -
XYZ 5.91 6.47 5.79 -
YUV 71.38 123.84 127.73 -
System Red Green Blue C M Y K H S L
Decimal 71 73 64 0.03 0 0.12 0.71 73.33 0.07 0.27
Hex 47 49 40 3 0 C 47 49 7 1B
Octal 107 111 100 3 0 14 107 111 7 33
Binary 1000111 1001001 1000000 11 0 1100 1000111 1001001 111 11011

Color Harmonies of #474940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474940

Black with #474940

Text Example


Text Example

White with #474940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474940; }

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

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

background-color css

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

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

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

border-color css

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

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

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