Html Css Color HEX #46445A Gun Powder

📋 copy color: '#46445A'

red 70 ◦ green 68 ◦ blue 90

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

Shades of Gun Powder #46445A

Tints of Gun Powder #46445A

RGB

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

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

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

R = 30.7%
G = 29.82%
B = 39.47%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#46445A (or 0x46445A) is known color: Gun Powder. HEX triplet: 46, 44 and 5A. RGB value is (70,68,90). Sum of RGB (Red+Green+Blue) = 70+68+90=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 90 - color contains mainly: blue. Hex color #46445A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46445A is #B9BBA5. Grayscale: #474747. Windows color (decimal): -12172198 or 5915718. OLE color: 5915718.

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

Color convert

RGB 70 68 90 -
CMYK 0.22 0.24 0 0.65
HSL 245.45º 0.14% 0.31% -
HSV(B) 245.45º 0.24% 0.35% -
XYZ 6.44 6.17 10.53 -
YUV 71.11 138.66 127.21 -
System Red Green Blue C M Y K H S L
Decimal 70 68 90 0.22 0.24 0 0.65 245.45 0.14 0.31
Hex 46 44 5A 16 18 0 41 F5 E 1F
Octal 106 104 132 26 30 0 101 365 16 37
Binary 1000110 1000100 1011010 10110 11000 0 1000001 11110101 1110 11111

Color Harmonies of #46445A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46445A

Black with #46445A

Text Example


Text Example

White with #46445A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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