Html Css Color HEX #46415A Gun Powder

📋 copy color: '#46415A'

red 70 ◦ green 65 ◦ blue 90

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

Shades of Gun Powder #46415A

Tints of Gun Powder #46415A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 40%

R = 31.11%
G = 28.89%
B = 40%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#46415A (or 0x46415A) is known color: Gun Powder. HEX triplet: 46, 41 and 5A. RGB value is (70,65,90). Sum of RGB (Red+Green+Blue) = 70+65+90=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 90 - color contains mainly: blue. Hex color #46415A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46415A is #B9BEA5. Grayscale: #454545. Windows color (decimal): -12172966 or 5914950. OLE color: 5914950.

HSL color Cylindrical-coordinate representation of color #46415A: hue angle of 252º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #46415A is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 65 90 -
CMYK 0.22 0.28 0 0.65
HSL 252º 0.16% 0.3% -
HSV(B) 252º 0.28% 0.35% -
XYZ 6.26 5.82 10.47 -
YUV 69.35 139.66 128.47 -
System Red Green Blue C M Y K H S L
Decimal 70 65 90 0.22 0.28 0 0.65 252 0.16 0.3
Hex 46 41 5A 16 1C 0 41 FC 10 1E
Octal 106 101 132 26 34 0 101 374 20 36
Binary 1000110 1000001 1011010 10110 11100 0 1000001 11111100 10000 11110

Color Harmonies of #46415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46415A

Black with #46415A

Text Example


Text Example

White with #46415A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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