Html Css Color HEX #46484C Tuna

📋 copy color: '#46484C'

red 70 ◦ green 72 ◦ blue 76

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

Shades of Tuna #46484C

Tints of Tuna #46484C

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 value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#46484C (or 0x46484C) is known color: 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

RGB 70 72 76 -
CMYK 0.08 0.05 0 0.70
HSL 220º 0.04% 0.29% -
HSV(B) 220º 0.08% 0.3% -
XYZ 6.15 6.46 7.76 -
YUV 71.86 130.34 126.67 -
System Red Green Blue C M Y K H S L
Decimal 70 72 76 0.08 0.05 0 0.70 220 0.04 0.29
Hex 46 48 4C 8 5 0 46 DC 4 1D
Octal 106 110 114 10 5 0 106 334 4 35
Binary 1000110 1001000 1001100 1000 101 0 1000110 11011100 100 11101

Color Harmonies of #46484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46484C

Black with #46484C

Text Example


Text Example

White with #46484C

Text Example


Text Example

HTML Codes & Css Web 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>