Html Css Color HEX #474B3E Tuatara

📋 copy color: '#474B3E'

red 71 ◦ green 75 ◦ blue 62

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

Shades of Tuatara #474B3E

Tints of Tuatara #474B3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 29.81%

R = 34.13%
G = 36.06%
B = 29.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.71

RGB Variations

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

Color information

#474B3E (or 0x474B3E) is known color: Tuatara. HEX triplet: 47, 4B and 3E. RGB value is (71,75,62). Sum of RGB (Red+Green+Blue) = 71+75+62=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 75 (29.69% from 255 or 36.06% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 75 - color contains mainly: green. Hex color #474B3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474B3E is #B8B4C1. Grayscale: #484848. Windows color (decimal): -12104898 or 4082503. OLE color: 4082503.

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

Color convert

RGB 71 75 62 -
CMYK 0.05 0 0.17 0.71
HSL 78.46º 0.09% 0.27% -
HSV(B) 78.46º 0.17% 0.29% -
XYZ 5.98 6.72 5.54 -
YUV 72.32 122.17 127.06 -
System Red Green Blue C M Y K H S L
Decimal 71 75 62 0.05 0 0.17 0.71 78.46 0.09 0.27
Hex 47 4B 3E 5 0 11 47 4E 9 1B
Octal 107 113 76 5 0 21 107 116 11 33
Binary 1000111 1001011 111110 101 0 10001 1000111 1001110 1001 11011

Color Harmonies of #474B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474B3E

Black with #474B3E

Text Example


Text Example

White with #474B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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