Html Css Color HEX #46493F Tuatara

📋 copy color: '#46493F'

red 70 ◦ green 73 ◦ blue 63

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

Shades of Tuatara #46493F

Tints of Tuatara #46493F

RGB

 RED value IS 70 (27.73% from 255) = 33.98%

 GREEN value IS 73 (28.91% from 255) = 35.44%

 BLUE value IS 63 (25% from 255) = 30.58%

R = 33.98%
G = 35.44%
B = 30.58%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#46493F (or 0x46493F) is known color: Tuatara. HEX triplet: 46, 49 and 3F. RGB value is (70,73,63). Sum of RGB (Red+Green+Blue) = 70+73+63=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 73 - color contains mainly: green. Hex color #46493F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46493F is #B9B6C0. Grayscale: #474747. Windows color (decimal): -12170945 or 4147526. OLE color: 4147526.

HSL color Cylindrical-coordinate representation of color #46493F: hue angle of 78º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #46493F is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 70 73 63 -
CMYK 0.04 0 0.14 0.71
HSL 78º 0.07% 0.27% -
HSV(B) 78º 0.14% 0.29% -
XYZ 5.81 6.43 5.64 -
YUV 70.96 123.51 127.31 -
System Red Green Blue C M Y K H S L
Decimal 70 73 63 0.04 0 0.14 0.71 78 0.07 0.27
Hex 46 49 3F 4 0 E 47 4E 7 1B
Octal 106 111 77 4 0 16 107 116 7 33
Binary 1000110 1001001 111111 100 0 1110 1000111 1001110 111 11011

Color Harmonies of #46493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46493F

Black with #46493F

Text Example


Text Example

White with #46493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46493F; }

 p { color: rgb(70,73,63); }

 H1.HeaderClassName
 {
   color: #46493F;
 }
 .AnyTagClassName
 {
   color: #46493F;
 }
</style>

background-color css

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

 a { background-color: rgb(70,73,63); }

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

border-color css

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

 span { border-color: rgb(70,73,63); }

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