Html Css Color HEX #46464D Gun Powder

📋 copy color: '#46464D'

red 70 ◦ green 70 ◦ blue 77

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

Shades of Gun Powder #46464D

Tints of Gun Powder #46464D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 35.48%

R = 32.26%
G = 32.26%
B = 35.48%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#46464D (or 0x46464D) is known color: Gun Powder. HEX triplet: 46, 46 and 4D. RGB value is (70,70,77). Sum of RGB (Red+Green+Blue) = 70+70+77=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 77 - color contains mainly: blue. Hex color #46464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46464D is #B9B9B2. Grayscale: #464646. Windows color (decimal): -12171699 or 5064262. OLE color: 5064262.

HSL color Cylindrical-coordinate representation of color #46464D: hue angle of 240º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #46464D is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 70 70 77 -
CMYK 0.09 0.09 0 0.70
HSL 240º 0.05% 0.29% -
HSV(B) 240º 0.09% 0.3% -
XYZ 6.06 6.22 7.9 -
YUV 70.8 131.5 127.43 -
System Red Green Blue C M Y K H S L
Decimal 70 70 77 0.09 0.09 0 0.70 240 0.05 0.29
Hex 46 46 4D 9 9 0 46 F0 5 1D
Octal 106 106 115 11 11 0 106 360 5 35
Binary 1000110 1000110 1001101 1001 1001 0 1000110 11110000 101 11101

Color Harmonies of #46464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46464D

Black with #46464D

Text Example


Text Example

White with #46464D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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