#474B40

Color #474B40 Tuatara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tuatara #474B40

Tints of Tuatara #474B40

Color information

#474B40 (or 0x474B40) is unknown color: approx Tuatara. HEX triplet: 47, 4B and 40. RGB value is (71,75,64). Sum of RGB (Red+Green+Blue) = 71+75+64=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 75 - color contains mainly: green. Hex color #474B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474B40 is #B8B4BF. Grayscale: #484848. Windows color (decimal): -12104896 or 4213575. OLE color: 4213575.

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

Color convert

RGB717564-
CMYK0.0500.150.71
HSL81.82º7.91%27.25%-
HSV(B)81.82º14.67%29.41%-
XYZ6.046.745.83-
YUV72.55123.17126.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.81%
GREEN value IS 75 (29.69% from 255) = 35.71%
BLUE value IS 64 (25.39% from 255) = 30.48%
R=33.81%
G=35.71%
B=30.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7175640.0500.150.7181.827.9127.25
Hex474B4050F475281b
Octal10711310050171071221033
Binary1000111100101110000001010111110001111010010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #474B40;
 }
 .AnyTagClassName
 {
   color: #474B40;
 }
</style>
background-color css

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

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

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

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

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

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