Html Css Color HEX #46415F Gun Powder

📋 copy color: '#46415F'

red 70 ◦ green 65 ◦ blue 95

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

Shades of Gun Powder #46415F

Tints of Gun Powder #46415F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.26%

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

R = 30.43%
G = 28.26%
B = 41.3%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#46415F (or 0x46415F) is known color: Gun Powder. HEX triplet: 46, 41 and 5F. RGB value is (70,65,95). Sum of RGB (Red+Green+Blue) = 70+65+95=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 95 - color contains mainly: blue. Hex color #46415F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46415F is #B9BEA0. Grayscale: #454545. Windows color (decimal): -12172961 or 6242630. OLE color: 6242630.

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

Color convert

RGB 70 65 95 -
CMYK 0.26 0.32 0 0.63
HSL 250º 0.19% 0.31% -
HSV(B) 250º 0.32% 0.37% -
XYZ 6.48 5.91 11.63 -
YUV 69.92 142.16 128.06 -
System Red Green Blue C M Y K H S L
Decimal 70 65 95 0.26 0.32 0 0.63 250 0.19 0.31
Hex 46 41 5F 1A 20 0 3F FA 13 1F
Octal 106 101 137 32 40 0 77 372 23 37
Binary 1000110 1000001 1011111 11010 100000 0 111111 11111010 10011 11111

Color Harmonies of #46415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46415F

Black with #46415F

Text Example


Text Example

White with #46415F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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