Html Css Color HEX #474A40 Tuatara

📋 copy color: '#474A40'

red 71 ◦ green 74 ◦ blue 64

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

Shades of Tuatara #474A40

Tints of Tuatara #474A40

RGB

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

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

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

R = 33.97%
G = 35.41%
B = 30.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#474A40 (or 0x474A40) is known color: Tuatara. HEX triplet: 47, 4A and 40. RGB value is (71,74,64). Sum of RGB (Red+Green+Blue) = 71+74+64=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 74 - color contains mainly: green. Hex color #474A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474A40 is #B8B5BF. Grayscale: #484848. Windows color (decimal): -12105152 or 4213319. OLE color: 4213319.

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

Color convert

RGB 71 74 64 -
CMYK 0.04 0 0.14 0.71
HSL 78º 0.07% 0.27% -
HSV(B) 78º 0.14% 0.29% -
XYZ 5.97 6.61 5.81 -
YUV 71.96 123.51 127.31 -
System Red Green Blue C M Y K H S L
Decimal 71 74 64 0.04 0 0.14 0.71 78 0.07 0.27
Hex 47 4A 40 4 0 E 47 4E 7 1B
Octal 107 112 100 4 0 16 107 116 7 33
Binary 1000111 1001010 1000000 100 0 1110 1000111 1001110 111 11011

Color Harmonies of #474A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474A40

Black with #474A40

Text Example


Text Example

White with #474A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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