Html Css Color HEX #46405D Gun Powder

📋 copy color: '#46405D'

red 70 ◦ green 64 ◦ blue 93

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

Shades of Gun Powder #46405D

Tints of Gun Powder #46405D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.19%

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

R = 30.84%
G = 28.19%
B = 40.97%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46405D (or 0x46405D) is known color: Gun Powder. HEX triplet: 46, 40 and 5D. RGB value is (70,64,93). Sum of RGB (Red+Green+Blue) = 70+64+93=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 93 - color contains mainly: blue. Hex color #46405D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46405D is #B9BFA2. Grayscale: #444444. Windows color (decimal): -12173219 or 6111302. OLE color: 6111302.

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

Color convert

RGB 70 64 93 -
CMYK 0.25 0.31 0 0.64
HSL 252.41º 0.18% 0.31% -
HSV(B) 252.41º 0.31% 0.36% -
XYZ 6.33 5.76 11.13 -
YUV 69.1 141.49 128.64 -
System Red Green Blue C M Y K H S L
Decimal 70 64 93 0.25 0.31 0 0.64 252.41 0.18 0.31
Hex 46 40 5D 19 1F 0 40 FC 12 1F
Octal 106 100 135 31 37 0 100 374 22 37
Binary 1000110 1000000 1011101 11001 11111 0 1000000 11111100 10010 11111

Color Harmonies of #46405D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46405D

Black with #46405D

Text Example


Text Example

White with #46405D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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