Html Css Color HEX #46415D Gun Powder

📋 copy color: '#46415D'

red 70 ◦ green 65 ◦ blue 93

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

Shades of Gun Powder #46415D

Tints of Gun Powder #46415D

RGB

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

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

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

R = 30.7%
G = 28.51%
B = 40.79%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46415D (or 0x46415D) is known color: Gun Powder. HEX triplet: 46, 41 and 5D. RGB value is (70,65,93). Sum of RGB (Red+Green+Blue) = 70+65+93=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 93 - color contains mainly: blue. Hex color #46415D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46415D is #B9BEA2. Grayscale: #454545. Windows color (decimal): -12172963 or 6111558. OLE color: 6111558.

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

Color convert

RGB 70 65 93 -
CMYK 0.25 0.30 0 0.64
HSL 250.71º 0.18% 0.31% -
HSV(B) 250.71º 0.3% 0.36% -
XYZ 6.39 5.87 11.15 -
YUV 69.69 141.16 128.22 -
System Red Green Blue C M Y K H S L
Decimal 70 65 93 0.25 0.30 0 0.64 250.71 0.18 0.31
Hex 46 41 5D 19 1E 0 40 FB 12 1F
Octal 106 101 135 31 36 0 100 373 22 37
Binary 1000110 1000001 1011101 11001 11110 0 1000000 11111011 10010 11111

Color Harmonies of #46415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46415D

Black with #46415D

Text Example


Text Example

White with #46415D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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