Html Css Color HEX #474B3C Tuatara

📋 copy color: '#474B3C'

red 71 ◦ green 75 ◦ blue 60

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

Shades of Tuatara #474B3C

Tints of Tuatara #474B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 29.13%

R = 34.47%
G = 36.41%
B = 29.13%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.20

 K value IS 0.71

RGB Variations

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

Color information

#474B3C (or 0x474B3C) is known color: Tuatara. HEX triplet: 47, 4B and 3C. RGB value is (71,75,60). Sum of RGB (Red+Green+Blue) = 71+75+60=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 75 - color contains mainly: green. Hex color #474B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474B3C is #B8B4C3. Grayscale: #484848. Windows color (decimal): -12104900 or 3951431. OLE color: 3951431.

HSL color Cylindrical-coordinate representation of color #474B3C: hue angle of 76º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #474B3C is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 75 60 -
CMYK 0.05 0 0.20 0.71
HSL 76º 0.11% 0.26% -
HSV(B) 76º 0.2% 0.29% -
XYZ 5.93 6.7 5.26 -
YUV 72.09 121.17 127.22 -
System Red Green Blue C M Y K H S L
Decimal 71 75 60 0.05 0 0.20 0.71 76 0.11 0.26
Hex 47 4B 3C 5 0 14 47 4C B 1A
Octal 107 113 74 5 0 24 107 114 13 32
Binary 1000111 1001011 111100 101 0 10100 1000111 1001100 1011 11010

Color Harmonies of #474B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474B3C

Black with #474B3C

Text Example


Text Example

White with #474B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #474B3C;
 }
 .AnyTagClassName
 {
   color: #474B3C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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