Html Css Color HEX #46494E Tuna

📋 copy color: '#46494E'

red 70 ◦ green 73 ◦ blue 78

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

Shades of Tuna #46494E

Tints of Tuna #46494E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 35.29%

R = 31.67%
G = 33.03%
B = 35.29%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#46494E (or 0x46494E) is known color: Tuna. HEX triplet: 46, 49 and 4E. RGB value is (70,73,78). Sum of RGB (Red+Green+Blue) = 70+73+78=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 78 - color contains mainly: blue. Hex color #46494E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46494E is #B9B6B1. Grayscale: #484848. Windows color (decimal): -12170930 or 5130566. OLE color: 5130566.

HSL color Cylindrical-coordinate representation of color #46494E: hue angle of 217.5º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #46494E is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 73 78 -
CMYK 0.10 0.06 0 0.69
HSL 217.5º 0.05% 0.29% -
HSV(B) 217.5º 0.1% 0.31% -
XYZ 6.28 6.62 8.15 -
YUV 72.67 131.01 126.09 -
System Red Green Blue C M Y K H S L
Decimal 70 73 78 0.10 0.06 0 0.69 217.5 0.05 0.29
Hex 46 49 4E A 6 0 45 DA 5 1D
Octal 106 111 116 12 6 0 105 332 5 35
Binary 1000110 1001001 1001110 1010 110 0 1000101 11011010 101 11101

Color Harmonies of #46494E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46494E

Black with #46494E

Text Example


Text Example

White with #46494E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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