#46484C

Color #46484C Tuna (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tuna #46484C

Tints of Tuna #46484C

Color information

#46484C (or 0x46484C) is unknown color: approx Tuna. HEX triplet: 46, 48 and 4C. RGB value is (70,72,76). Sum of RGB (Red+Green+Blue) = 70+72+76=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 76 - color contains mainly: blue. Hex color #46484C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46484C is #B9B7B3. Grayscale: #474747. Windows color (decimal): -12171188 or 4999238. OLE color: 4999238.

HSL color Cylindrical-coordinate representation of color #46484C: hue angle of 220º 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 #46484C is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB707276-
CMYK0.080.0500.70
HSL220º4.11%28.63%-
HSV(B)220º7.89%29.8%-
XYZ6.156.467.76-
YUV71.86130.34126.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.11%
GREEN value IS 72 (28.52% from 255) = 33.03%
BLUE value IS 76 (30.08% from 255) = 34.86%
R=32.11%
G=33.03%
B=34.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7072760.080.0500.702204.1128.63
Hex46484C85046dc41d
Octal1061101141050106334435
Binary1000110100100010011001000101010001101101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46484C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #46484C;
 }
 .AnyTagClassName
 {
   color: #46484C;
 }
</style>
background-color css

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

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

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

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

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

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