Html Css Color HEX #46475D Gun Powder

📋 copy color: '#46475D'

red 70 ◦ green 71 ◦ blue 93

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

Shades of Gun Powder #46475D

Tints of Gun Powder #46475D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.34%

 BLUE value IS 93 (36.72% from 255) = 39.74%

R = 29.91%
G = 30.34%
B = 39.74%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46475D (or 0x46475D) is known color: Gun Powder. HEX triplet: 46, 47 and 5D. RGB value is (70,71,93). Sum of RGB (Red+Green+Blue) = 70+71+93=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 93 - color contains mainly: blue. Hex color #46475D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46475D is #B9B8A2. Grayscale: #494949. Windows color (decimal): -12171427 or 6113094. OLE color: 6113094.

HSL color Cylindrical-coordinate representation of color #46475D: hue angle of 237.39º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #46475D is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 71 93 -
CMYK 0.25 0.24 0 0.64
HSL 237.39º 0.14% 0.32% -
HSV(B) 237.39º 0.25% 0.36% -
XYZ 6.75 6.6 11.27 -
YUV 73.21 139.17 125.71 -
System Red Green Blue C M Y K H S L
Decimal 70 71 93 0.25 0.24 0 0.64 237.39 0.14 0.32
Hex 46 47 5D 19 18 0 40 ED E 20
Octal 106 107 135 31 30 0 100 355 16 40
Binary 1000110 1000111 1011101 11001 11000 0 1000000 11101101 1110 100000

Color Harmonies of #46475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46475D

Black with #46475D

Text Example


Text Example

White with #46475D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,71,93); }

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

background-color css

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

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

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

border-color css

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

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

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