Html Css Color HEX #474845 Tuatara

📋 copy color: '#474845'

red 71 ◦ green 72 ◦ blue 69

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

Shades of Tuatara #474845

Tints of Tuatara #474845

RGB

 RED value IS 71 (28.13% 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 value IS 0.01

 M value IS 0

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#474845 (or 0x474845) is known color: 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

RGB 71 72 69 -
CMYK 0.01 0 0.04 0.72
HSL 80º 0.02% 0.28% -
HSV(B) 80º 0.04% 0.28% -
XYZ 5.99 6.4 6.55 -
YUV 71.36 126.67 127.74 -
System Red Green Blue C M Y K H S L
Decimal 71 72 69 0.01 0 0.04 0.72 80 0.02 0.28
Hex 47 48 45 1 0 4 48 50 2 1C
Octal 107 110 105 1 0 4 110 120 2 34
Binary 1000111 1001000 1000101 1 0 100 1001000 1010000 10 11100

Color Harmonies of #474845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474845

Black with #474845

Text Example


Text Example

White with #474845

Text Example


Text Example

HTML Codes & Css Web 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>