Html Css Color HEX #46464E Gun Powder

📋 copy color: '#46464E'

red 70 ◦ green 70 ◦ blue 78

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

Shades of Gun Powder #46464E

Tints of Gun Powder #46464E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.11%

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

R = 32.11%
G = 32.11%
B = 35.78%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#46464E (or 0x46464E) is known color: Gun Powder. HEX triplet: 46, 46 and 4E. RGB value is (70,70,78). Sum of RGB (Red+Green+Blue) = 70+70+78=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 78 - color contains mainly: blue. Hex color #46464E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46464E is #B9B9B1. Grayscale: #464646. Windows color (decimal): -12171698 or 5129798. OLE color: 5129798.

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

Color convert

RGB 70 70 78 -
CMYK 0.10 0.10 0 0.69
HSL 240º 0.05% 0.29% -
HSV(B) 240º 0.1% 0.31% -
XYZ 6.09 6.23 8.09 -
YUV 70.91 132 127.35 -
System Red Green Blue C M Y K H S L
Decimal 70 70 78 0.10 0.10 0 0.69 240 0.05 0.29
Hex 46 46 4E A A 0 45 F0 5 1D
Octal 106 106 116 12 12 0 105 360 5 35
Binary 1000110 1000110 1001110 1010 1010 0 1000101 11110000 101 11101

Color Harmonies of #46464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46464E

Black with #46464E

Text Example


Text Example

White with #46464E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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