#46484B

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

Shades of Tuna #46484B

Tints of Tuna #46484B

Color information

#46484B (or 0x46484B) is unknown color: approx Tuna. HEX triplet: 46, 48 and 4B. RGB value is (70,72,75). Sum of RGB (Red+Green+Blue) = 70+72+75=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 75 - color contains mainly: blue. Hex color #46484B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46484B is #B9B7B4. Grayscale: #474747. Windows color (decimal): -12171189 or 4933702. OLE color: 4933702.

HSL color Cylindrical-coordinate representation of color #46484B: hue angle of 216º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #46484B is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB707275-
CMYK0.070.0400.71
HSL216º3.45%28.43%-
HSV(B)216º6.67%29.41%-
XYZ6.116.447.58-
YUV71.74129.84126.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.26%
GREEN value IS 72 (28.52% from 255) = 33.18%
BLUE value IS 75 (29.69% from 255) = 34.56%
R=32.26%
G=33.18%
B=34.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7072750.070.0400.712163.4528.43
Hex46484B74047d831c
Octal106110113740107330334
Binary10001101001000100101111110001000111110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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