Html Css Color HEX #46465B Gun Powder

📋 copy color: '#46465B'

red 70 ◦ green 70 ◦ blue 91

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

Shades of Gun Powder #46465B

Tints of Gun Powder #46465B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.3%

 BLUE value IS 91 (35.94% from 255) = 39.39%

R = 30.3%
G = 30.3%
B = 39.39%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46465B (or 0x46465B) is known color: Gun Powder. HEX triplet: 46, 46 and 5B. RGB value is (70,70,91). Sum of RGB (Red+Green+Blue) = 70+70+91=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 91 (35.94% from 255 or 39.39% from 231); Max value from RGB is 91 - color contains mainly: blue. Hex color #46465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46465B is #B9B9A4. Grayscale: #484848. Windows color (decimal): -12171685 or 5981766. OLE color: 5981766.

HSL color Cylindrical-coordinate representation of color #46465B: hue angle of 240º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #46465B is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 70 91 -
CMYK 0.23 0.23 0 0.64
HSL 240º 0.13% 0.32% -
HSV(B) 240º 0.23% 0.36% -
XYZ 6.6 6.44 10.79 -
YUV 72.39 138.5 126.29 -
System Red Green Blue C M Y K H S L
Decimal 70 70 91 0.23 0.23 0 0.64 240 0.13 0.32
Hex 46 46 5B 17 17 0 40 F0 D 20
Octal 106 106 133 27 27 0 100 360 15 40
Binary 1000110 1000110 1011011 10111 10111 0 1000000 11110000 1101 100000

Color Harmonies of #46465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46465B

Black with #46465B

Text Example


Text Example

White with #46465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46465B; }

 p { color: rgb(70,70,91); }

 H1.HeaderClassName
 {
   color: #46465B;
 }
 .AnyTagClassName
 {
   color: #46465B;
 }
</style>

background-color css

<style>
 a { background-color: #46465B; }

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

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

border-color css

<style>
 span { border-color: #46465B; }

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

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