#474B3D

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

Shades of Tuatara #474B3D

Tints of Tuatara #474B3D

Color information

#474B3D (or 0x474B3D) is unknown color: approx Tuatara. HEX triplet: 47, 4B and 3D. RGB value is (71,75,61). Sum of RGB (Red+Green+Blue) = 71+75+61=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 75 (29.69% from 255 or 36.23% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 75 - color contains mainly: green. Hex color #474B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474B3D is #B8B4C2. Grayscale: #484848. Windows color (decimal): -12104899 or 4016967. OLE color: 4016967.

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

Color convert

RGB717561-
CMYK0.0500.190.71
HSL77.14º10.29%26.67%-
HSV(B)77.14º18.67%29.41%-
XYZ5.966.715.4-
YUV72.21121.67127.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.30%
GREEN value IS 75 (29.69% from 255) = 36.23%
BLUE value IS 61 (24.22% from 255) = 29.47%
R=34.30%
G=36.23%
B=29.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7175610.0500.190.7177.1410.2926.67
Hex474B3D5013474da1b
Octal1071137550231071151233
Binary1000111100101111110110101001110001111001101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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