Html Css Color HEX #46445B Gun Powder

📋 copy color: '#46445B'

red 70 ◦ green 68 ◦ blue 91

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

Shades of Gun Powder #46445B

Tints of Gun Powder #46445B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.69%

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

R = 30.57%
G = 29.69%
B = 39.74%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46445B (or 0x46445B) is known color: Gun Powder. HEX triplet: 46, 44 and 5B. RGB value is (70,68,91). Sum of RGB (Red+Green+Blue) = 70+68+91=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 91 - color contains mainly: blue. Hex color #46445B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46445B is #B9BBA4. Grayscale: #474747. Windows color (decimal): -12172197 or 5981254. OLE color: 5981254.

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

Color convert

RGB 70 68 91 -
CMYK 0.23 0.25 0 0.64
HSL 245.22º 0.14% 0.31% -
HSV(B) 245.22º 0.25% 0.36% -
XYZ 6.48 6.19 10.75 -
YUV 71.22 139.16 127.13 -
System Red Green Blue C M Y K H S L
Decimal 70 68 91 0.23 0.25 0 0.64 245.22 0.14 0.31
Hex 46 44 5B 17 19 0 40 F5 E 1F
Octal 106 104 133 27 31 0 100 365 16 37
Binary 1000110 1000100 1011011 10111 11001 0 1000000 11110101 1110 11111

Color Harmonies of #46445B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46445B

Black with #46445B

Text Example


Text Example

White with #46445B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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