Html Css Color HEX #46484E Tuna

📋 copy color: '#46484E'

red 70 ◦ green 72 ◦ blue 78

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

Shades of Tuna #46484E

Tints of Tuna #46484E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.73%

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

R = 31.82%
G = 32.73%
B = 35.45%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#46484E (or 0x46484E) is known color: Tuna. HEX triplet: 46, 48 and 4E. RGB value is (70,72,78). Sum of RGB (Red+Green+Blue) = 70+72+78=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 78 - color contains mainly: blue. Hex color #46484E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46484E is #B9B7B1. Grayscale: #484848. Windows color (decimal): -12171186 or 5130310. OLE color: 5130310.

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

Color convert

RGB 70 72 78 -
CMYK 0.10 0.08 0 0.69
HSL 225º 0.05% 0.29% -
HSV(B) 225º 0.1% 0.31% -
XYZ 6.22 6.49 8.13 -
YUV 72.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 70 72 78 0.10 0.08 0 0.69 225 0.05 0.29
Hex 46 48 4E A 8 0 45 E1 5 1D
Octal 106 110 116 12 10 0 105 341 5 35
Binary 1000110 1001000 1001110 1010 1000 0 1000101 11100001 101 11101

Color Harmonies of #46484E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46484E

Black with #46484E

Text Example


Text Example

White with #46484E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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