Html Css Color HEX #46494C Tuna

📋 copy color: '#46494C'

red 70 ◦ green 73 ◦ blue 76

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

Shades of Tuna #46494C

Tints of Tuna #46494C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 34.7%

R = 31.96%
G = 33.33%
B = 34.7%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#46494C (or 0x46494C) is known color: Tuna. HEX triplet: 46, 49 and 4C. RGB value is (70,73,76). Sum of RGB (Red+Green+Blue) = 70+73+76=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 76 - color contains mainly: blue. Hex color #46494C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46494C is #B9B6B3. Grayscale: #484848. Windows color (decimal): -12170932 or 4999494. OLE color: 4999494.

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

Color convert

RGB 70 73 76 -
CMYK 0.08 0.04 0 0.70
HSL 210º 0.04% 0.29% -
HSV(B) 210º 0.08% 0.3% -
XYZ 6.21 6.59 7.78 -
YUV 72.45 130.01 126.26 -
System Red Green Blue C M Y K H S L
Decimal 70 73 76 0.08 0.04 0 0.70 210 0.04 0.29
Hex 46 49 4C 8 4 0 46 D2 4 1D
Octal 106 111 114 10 4 0 106 322 4 35
Binary 1000110 1001001 1001100 1000 100 0 1000110 11010010 100 11101

Color Harmonies of #46494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46494C

Black with #46494C

Text Example


Text Example

White with #46494C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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