Html Css Color HEX #474B3D Tuatara

📋 copy color: '#474B3D'

red 71 ◦ green 75 ◦ blue 61

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

Shades of Tuatara #474B3D

Tints of Tuatara #474B3D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 36.23%

 BLUE value IS 61 (24.22% from 255) = 29.47%

R = 34.3%
G = 36.23%
B = 29.47%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#474B3D (or 0x474B3D) is known color: 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

RGB 71 75 61 -
CMYK 0.05 0 0.19 0.71
HSL 77.14º 0.1% 0.27% -
HSV(B) 77.14º 0.19% 0.29% -
XYZ 5.96 6.71 5.4 -
YUV 72.21 121.67 127.14 -
System Red Green Blue C M Y K H S L
Decimal 71 75 61 0.05 0 0.19 0.71 77.14 0.1 0.27
Hex 47 4B 3D 5 0 13 47 4D A 1B
Octal 107 113 75 5 0 23 107 115 12 33
Binary 1000111 1001011 111101 101 0 10011 1000111 1001101 1010 11011

Color Harmonies of #474B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474B3D

Black with #474B3D

Text Example


Text Example

White with #474B3D

Text Example


Text Example

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