Html Css Color HEX #44415D Gun Powder

📋 copy color: '#44415D'

red 68 ◦ green 65 ◦ blue 93

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

Shades of Gun Powder #44415D

Tints of Gun Powder #44415D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.76%

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

R = 30.09%
G = 28.76%
B = 41.15%

CMYK

 C value IS 0.27

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#44415D (or 0x44415D) is known color: Gun Powder. HEX triplet: 44, 41 and 5D. RGB value is (68,65,93). Sum of RGB (Red+Green+Blue) = 68+65+93=226 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.09% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 93 (36.72% from 255 or 41.15% from 226); Max value from RGB is 93 - color contains mainly: blue. Hex color #44415D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44415D is #BBBEA2. Grayscale: #444444. Windows color (decimal): -12304035 or 6111556. OLE color: 6111556.

HSL color Cylindrical-coordinate representation of color #44415D: hue angle of 246.43º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #44415D is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 65 93 -
CMYK 0.27 0.30 0 0.64
HSL 246.43º 0.18% 0.31% -
HSV(B) 246.43º 0.3% 0.36% -
XYZ 6.25 5.8 11.15 -
YUV 69.09 141.49 127.22 -
System Red Green Blue C M Y K H S L
Decimal 68 65 93 0.27 0.30 0 0.64 246.43 0.18 0.31
Hex 44 41 5D 1B 1E 0 40 F6 12 1F
Octal 104 101 135 33 36 0 100 366 22 37
Binary 1000100 1000001 1011101 11011 11110 0 1000000 11110110 10010 11111

Color Harmonies of #44415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44415D

Black with #44415D

Text Example


Text Example

White with #44415D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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