Html Css Color HEX #46425B Gun Powder

📋 copy color: '#46425B'

red 70 ◦ green 66 ◦ blue 91

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

Shades of Gun Powder #46425B

Tints of Gun Powder #46425B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.07%

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

R = 30.84%
G = 29.07%
B = 40.09%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46425B (or 0x46425B) is known color: Gun Powder. HEX triplet: 46, 42 and 5B. RGB value is (70,66,91). Sum of RGB (Red+Green+Blue) = 70+66+91=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 91 - color contains mainly: blue. Hex color #46425B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46425B is #B9BDA4. Grayscale: #454545. Windows color (decimal): -12172709 or 5980742. OLE color: 5980742.

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

Color convert

RGB 70 66 91 -
CMYK 0.23 0.27 0 0.64
HSL 249.6º 0.16% 0.31% -
HSV(B) 249.6º 0.27% 0.36% -
XYZ 6.36 5.95 10.71 -
YUV 70.05 139.83 127.97 -
System Red Green Blue C M Y K H S L
Decimal 70 66 91 0.23 0.27 0 0.64 249.6 0.16 0.31
Hex 46 42 5B 17 1B 0 40 FA 10 1F
Octal 106 102 133 27 33 0 100 372 20 37
Binary 1000110 1000010 1011011 10111 11011 0 1000000 11111010 10000 11111

Color Harmonies of #46425B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46425B

Black with #46425B

Text Example


Text Example

White with #46425B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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