Html Css Color HEX #46485D Gun Powder

📋 copy color: '#46485D'

red 70 ◦ green 72 ◦ blue 93

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

Shades of Gun Powder #46485D

Tints of Gun Powder #46485D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 39.57%

R = 29.79%
G = 30.64%
B = 39.57%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46485D (or 0x46485D) is known color: Gun Powder. HEX triplet: 46, 48 and 5D. RGB value is (70,72,93). Sum of RGB (Red+Green+Blue) = 70+72+93=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 93 - color contains mainly: blue. Hex color #46485D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46485D is #B9B7A2. Grayscale: #494949. Windows color (decimal): -12171171 or 6113350. OLE color: 6113350.

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

Color convert

RGB 70 72 93 -
CMYK 0.25 0.23 0 0.64
HSL 234.78º 0.14% 0.32% -
HSV(B) 234.78º 0.25% 0.36% -
XYZ 6.82 6.73 11.3 -
YUV 73.8 138.84 125.29 -
System Red Green Blue C M Y K H S L
Decimal 70 72 93 0.25 0.23 0 0.64 234.78 0.14 0.32
Hex 46 48 5D 19 17 0 40 EB E 20
Octal 106 110 135 31 27 0 100 353 16 40
Binary 1000110 1001000 1011101 11001 10111 0 1000000 11101011 1110 100000

Color Harmonies of #46485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46485D

Black with #46485D

Text Example


Text Example

White with #46485D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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