#46484F

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

Shades of Tuna #46484F

Tints of Tuna #46484F

Color information

#46484F (or 0x46484F) is unknown color: approx Tuna. HEX triplet: 46, 48 and 4F. RGB value is (70,72,79). Sum of RGB (Red+Green+Blue) = 70+72+79=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 79 - color contains mainly: blue. Hex color #46484F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46484F is #B9B7B0. Grayscale: #484848. Windows color (decimal): -12171185 or 5195846. OLE color: 5195846.

HSL color Cylindrical-coordinate representation of color #46484F: hue angle of 226.67º 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 #46484F is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB707279-
CMYK0.110.0900.69
HSL226.67º6.04%29.22%-
HSV(B)226.67º11.39%30.98%-
XYZ6.256.58.32-
YUV72.2131.84126.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.67%
GREEN value IS 72 (28.52% from 255) = 32.58%
BLUE value IS 79 (31.25% from 255) = 35.75%
R=31.67%
G=32.58%
B=35.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7072790.110.0900.69226.676.0429.22
Hex46484FB9045e361d
Octal10611011713110105343635
Binary10001101001000100111110111001010001011110001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46484F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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