Html Css Color HEX #46485C Gun Powder

📋 copy color: '#46485C'

red 70 ◦ green 72 ◦ blue 92

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

Shades of Gun Powder #46485C

Tints of Gun Powder #46485C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 39.32%

R = 29.91%
G = 30.77%
B = 39.32%

CMYK

 C value IS 0.24

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46485C (or 0x46485C) is known color: Gun Powder. HEX triplet: 46, 48 and 5C. RGB value is (70,72,92). Sum of RGB (Red+Green+Blue) = 70+72+92=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 92 - color contains mainly: blue. Hex color #46485C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46485C is #B9B7A3. Grayscale: #494949. Windows color (decimal): -12171172 or 6047814. OLE color: 6047814.

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

Color convert

RGB 70 72 92 -
CMYK 0.24 0.22 0 0.64
HSL 234.55º 0.14% 0.32% -
HSV(B) 234.55º 0.24% 0.36% -
XYZ 6.77 6.71 11.06 -
YUV 73.68 138.34 125.37 -
System Red Green Blue C M Y K H S L
Decimal 70 72 92 0.24 0.22 0 0.64 234.55 0.14 0.32
Hex 46 48 5C 18 16 0 40 EB E 20
Octal 106 110 134 30 26 0 100 353 16 40
Binary 1000110 1001000 1011100 11000 10110 0 1000000 11101011 1110 100000

Color Harmonies of #46485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46485C

Black with #46485C

Text Example


Text Example

White with #46485C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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