#474845

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

Shades of Tuatara #474845

Tints of Tuatara #474845

Color information

#474845 (or 0x474845) is unknown color: approx Tuatara. HEX triplet: 47, 48 and 45. RGB value is (71,72,69). Sum of RGB (Red+Green+Blue) = 71+72+69=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 72 - color contains mainly: green. Hex color #474845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474845 is #B8B7BA. Grayscale: #474747. Windows color (decimal): -12105659 or 4540487. OLE color: 4540487.

HSL color Cylindrical-coordinate representation of color #474845: hue angle of 80º degrees, saturation: 0.02, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #474845 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB717269-
CMYK0.0100.040.72
HSL80º2.13%27.65%-
HSV(B)80º4.17%28.24%-
XYZ5.996.46.55-
YUV71.36126.67127.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.49%
GREEN value IS 72 (28.52% from 255) = 33.96%
BLUE value IS 69 (27.34% from 255) = 32.55%
R=33.49%
G=33.96%
B=32.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7172690.0100.040.72802.1327.65
Hex474845104485021c
Octal107110105104110120234
Binary10001111001000100010110100100100010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474845; }

 p { color: rgb(71,72,69); }

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

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

 a { background-color: rgb(71,72,69); }

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

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

 span { border-color: rgb(71,72,69); }

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