Html Css Color HEX #46475F Gun Powder

📋 copy color: '#46475F'

red 70 ◦ green 71 ◦ blue 95

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

Shades of Gun Powder #46475F

Tints of Gun Powder #46475F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 40.25%

R = 29.66%
G = 30.08%
B = 40.25%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#46475F (or 0x46475F) is known color: Gun Powder. HEX triplet: 46, 47 and 5F. RGB value is (70,71,95). Sum of RGB (Red+Green+Blue) = 70+71+95=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 95 - color contains mainly: blue. Hex color #46475F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46475F is #B9B8A0. Grayscale: #494949. Windows color (decimal): -12171425 or 6244166. OLE color: 6244166.

HSL color Cylindrical-coordinate representation of color #46475F: hue angle of 237.6º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #46475F is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 70 71 95 -
CMYK 0.26 0.25 0 0.63
HSL 237.6º 0.15% 0.32% -
HSV(B) 237.6º 0.26% 0.37% -
XYZ 6.84 6.63 11.75 -
YUV 73.44 140.17 125.55 -
System Red Green Blue C M Y K H S L
Decimal 70 71 95 0.26 0.25 0 0.63 237.6 0.15 0.32
Hex 46 47 5F 1A 19 0 3F EE F 20
Octal 106 107 137 32 31 0 77 356 17 40
Binary 1000110 1000111 1011111 11010 11001 0 111111 11101110 1111 100000

Color Harmonies of #46475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46475F

Black with #46475F

Text Example


Text Example

White with #46475F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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