Html Css Color HEX #46485B Gun Powder

📋 copy color: '#46485B'

red 70 ◦ green 72 ◦ blue 91

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

Shades of Gun Powder #46485B

Tints of Gun Powder #46485B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.9%

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

R = 30.04%
G = 30.9%
B = 39.06%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46485B (or 0x46485B) is known color: Gun Powder. HEX triplet: 46, 48 and 5B. RGB value is (70,72,91). Sum of RGB (Red+Green+Blue) = 70+72+91=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 91 - color contains mainly: blue. Hex color #46485B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46485B is #B9B7A4. Grayscale: #494949. Windows color (decimal): -12171173 or 5982278. OLE color: 5982278.

HSL color Cylindrical-coordinate representation of color #46485B: hue angle of 234.29º 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 #46485B is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 72 91 -
CMYK 0.23 0.21 0 0.64
HSL 234.29º 0.13% 0.32% -
HSV(B) 234.29º 0.23% 0.36% -
XYZ 6.73 6.69 10.83 -
YUV 73.57 137.84 125.46 -
System Red Green Blue C M Y K H S L
Decimal 70 72 91 0.23 0.21 0 0.64 234.29 0.13 0.32
Hex 46 48 5B 17 15 0 40 EA D 20
Octal 106 110 133 27 25 0 100 352 15 40
Binary 1000110 1001000 1011011 10111 10101 0 1000000 11101010 1101 100000

Color Harmonies of #46485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46485B

Black with #46485B

Text Example


Text Example

White with #46485B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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