Html Css Color HEX #46445C Gun Powder

📋 copy color: '#46445C'

red 70 ◦ green 68 ◦ blue 92

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

Shades of Gun Powder #46445C

Tints of Gun Powder #46445C

RGB

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

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

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

R = 30.43%
G = 29.57%
B = 40%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46445C (or 0x46445C) is known color: Gun Powder. HEX triplet: 46, 44 and 5C. RGB value is (70,68,92). Sum of RGB (Red+Green+Blue) = 70+68+92=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 92 (36.33% from 255 or 40% from 230); Max value from RGB is 92 - color contains mainly: blue. Hex color #46445C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46445C is #B9BBA3. Grayscale: #474747. Windows color (decimal): -12172196 or 6046790. OLE color: 6046790.

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

Color convert

RGB 70 68 92 -
CMYK 0.24 0.26 0 0.64
HSL 245º 0.15% 0.31% -
HSV(B) 245º 0.26% 0.36% -
XYZ 6.52 6.21 10.98 -
YUV 71.33 139.66 127.05 -
System Red Green Blue C M Y K H S L
Decimal 70 68 92 0.24 0.26 0 0.64 245 0.15 0.31
Hex 46 44 5C 18 1A 0 40 F5 F 1F
Octal 106 104 134 30 32 0 100 365 17 37
Binary 1000110 1000100 1011100 11000 11010 0 1000000 11110101 1111 11111

Color Harmonies of #46445C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46445C

Black with #46445C

Text Example


Text Example

White with #46445C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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