Html Css Color HEX #46494F Tuna

📋 copy color: '#46494F'

red 70 ◦ green 73 ◦ blue 79

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

Shades of Tuna #46494F

Tints of Tuna #46494F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 35.59%

R = 31.53%
G = 32.88%
B = 35.59%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#46494F (or 0x46494F) is known color: Tuna. HEX triplet: 46, 49 and 4F. RGB value is (70,73,79). Sum of RGB (Red+Green+Blue) = 70+73+79=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 79 - color contains mainly: blue. Hex color #46494F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46494F is #B9B6B0. Grayscale: #484848. Windows color (decimal): -12170929 or 5196102. OLE color: 5196102.

HSL color Cylindrical-coordinate representation of color #46494F: hue angle of 220º degrees, saturation: 0.06, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #46494F is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 73 79 -
CMYK 0.11 0.08 0 0.69
HSL 220º 0.06% 0.29% -
HSV(B) 220º 0.11% 0.31% -
XYZ 6.32 6.63 8.34 -
YUV 72.79 131.51 126.01 -
System Red Green Blue C M Y K H S L
Decimal 70 73 79 0.11 0.08 0 0.69 220 0.06 0.29
Hex 46 49 4F B 8 0 45 DC 6 1D
Octal 106 111 117 13 10 0 105 334 6 35
Binary 1000110 1001001 1001111 1011 1000 0 1000101 11011100 110 11101

Color Harmonies of #46494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46494F

Black with #46494F

Text Example


Text Example

White with #46494F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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