Html Css Color HEX #46485A Gun Powder

📋 copy color: '#46485A'

red 70 ◦ green 72 ◦ blue 90

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

Shades of Gun Powder #46485A

Tints of Gun Powder #46485A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 38.79%

R = 30.17%
G = 31.03%
B = 38.79%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#46485A (or 0x46485A) is known color: Gun Powder. HEX triplet: 46, 48 and 5A. RGB value is (70,72,90). Sum of RGB (Red+Green+Blue) = 70+72+90=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 90 - color contains mainly: blue. Hex color #46485A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46485A is #B9B7A5. Grayscale: #494949. Windows color (decimal): -12171174 or 5916742. OLE color: 5916742.

HSL color Cylindrical-coordinate representation of color #46485A: hue angle of 234º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #46485A is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 72 90 -
CMYK 0.22 0.20 0 0.65
HSL 234º 0.13% 0.31% -
HSV(B) 234º 0.22% 0.35% -
XYZ 6.69 6.68 10.61 -
YUV 73.45 137.34 125.54 -
System Red Green Blue C M Y K H S L
Decimal 70 72 90 0.22 0.20 0 0.65 234 0.13 0.31
Hex 46 48 5A 16 14 0 41 EA C 1F
Octal 106 110 132 26 24 0 101 352 14 37
Binary 1000110 1001000 1011010 10110 10100 0 1000001 11101010 1100 11111

Color Harmonies of #46485A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46485A

Black with #46485A

Text Example


Text Example

White with #46485A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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