Html Css Color HEX #474942 Tuatara

📋 copy color: '#474942'

red 71 ◦ green 73 ◦ blue 66

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

Shades of Tuatara #474942

Tints of Tuatara #474942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 31.43%

R = 33.81%
G = 34.76%
B = 31.43%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#474942 (or 0x474942) is known color: Tuatara. HEX triplet: 47, 49 and 42. RGB value is (71,73,66). Sum of RGB (Red+Green+Blue) = 71+73+66=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 73 - color contains mainly: green. Hex color #474942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474942 is #B8B6BD. Grayscale: #474747. Windows color (decimal): -12105406 or 4344135. OLE color: 4344135.

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

Color convert

RGB 71 73 66 -
CMYK 0.03 0 0.10 0.71
HSL 77.14º 0.05% 0.27% -
HSV(B) 77.14º 0.1% 0.29% -
XYZ 5.96 6.5 6.09 -
YUV 71.6 124.84 127.57 -
System Red Green Blue C M Y K H S L
Decimal 71 73 66 0.03 0 0.10 0.71 77.14 0.05 0.27
Hex 47 49 42 3 0 A 47 4D 5 1B
Octal 107 111 102 3 0 12 107 115 5 33
Binary 1000111 1001001 1000010 11 0 1010 1000111 1001101 101 11011

Color Harmonies of #474942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474942

Black with #474942

Text Example


Text Example

White with #474942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474942; }

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

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

background-color css

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

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

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

border-color css

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

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

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