Html Css Color HEX #46494D Tuna

📋 copy color: '#46494D'

red 70 ◦ green 73 ◦ blue 77

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

Shades of Tuna #46494D

Tints of Tuna #46494D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 35%

R = 31.82%
G = 33.18%
B = 35%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#46494D (or 0x46494D) is known color: Tuna. HEX triplet: 46, 49 and 4D. RGB value is (70,73,77). Sum of RGB (Red+Green+Blue) = 70+73+77=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 77 - color contains mainly: blue. Hex color #46494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46494D is #B9B6B2. Grayscale: #484848. Windows color (decimal): -12170931 or 5065030. OLE color: 5065030.

HSL color Cylindrical-coordinate representation of color #46494D: hue angle of 214.29º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #46494D is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 70 73 77 -
CMYK 0.09 0.05 0 0.70
HSL 214.29º 0.05% 0.29% -
HSV(B) 214.29º 0.09% 0.3% -
XYZ 6.25 6.6 7.97 -
YUV 72.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 70 73 77 0.09 0.05 0 0.70 214.29 0.05 0.29
Hex 46 49 4D 9 5 0 46 D6 5 1D
Octal 106 111 115 11 5 0 106 326 5 35
Binary 1000110 1001001 1001101 1001 101 0 1000110 11010110 101 11101

Color Harmonies of #46494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46494D

Black with #46494D

Text Example


Text Example

White with #46494D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46494D; }

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

 H1.HeaderClassName
 {
   color: #46494D;
 }
 .AnyTagClassName
 {
   color: #46494D;
 }
</style>

background-color css

<style>
 a { background-color: #46494D; }

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

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

border-color css

<style>
 span { border-color: #46494D; }

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

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