Html Css Color HEX #44465D Gun Powder

📋 copy color: '#44465D'

red 68 ◦ green 70 ◦ blue 93

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

Shades of Gun Powder #44465D

Tints of Gun Powder #44465D

RGB

 RED value IS 68 (26.95% from 255) = 29.44%

 GREEN value IS 70 (27.73% from 255) = 30.3%

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

R = 29.44%
G = 30.3%
B = 40.26%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#44465D (or 0x44465D) is known color: Gun Powder. HEX triplet: 44, 46 and 5D. RGB value is (68,70,93). Sum of RGB (Red+Green+Blue) = 68+70+93=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 93 - color contains mainly: blue. Hex color #44465D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44465D is #BBB9A2. Grayscale: #474747. Windows color (decimal): -12302755 or 6112836. OLE color: 6112836.

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

Color convert

RGB 68 70 93 -
CMYK 0.27 0.25 0 0.64
HSL 235.2º 0.16% 0.32% -
HSV(B) 235.2º 0.27% 0.36% -
XYZ 6.55 6.4 11.25 -
YUV 72.02 139.84 125.13 -
System Red Green Blue C M Y K H S L
Decimal 68 70 93 0.27 0.25 0 0.64 235.2 0.16 0.32
Hex 44 46 5D 1B 19 0 40 EB 10 20
Octal 104 106 135 33 31 0 100 353 20 40
Binary 1000100 1000110 1011101 11011 11001 0 1000000 11101011 10000 100000

Color Harmonies of #44465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44465D

Black with #44465D

Text Example


Text Example

White with #44465D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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