Html Css Color HEX #44415B Gun Powder

📋 copy color: '#44415B'

red 68 ◦ green 65 ◦ blue 91

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

Shades of Gun Powder #44415B

Tints of Gun Powder #44415B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 40.63%

R = 30.36%
G = 29.02%
B = 40.63%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#44415B (or 0x44415B) is known color: Gun Powder. HEX triplet: 44, 41 and 5B. RGB value is (68,65,91). Sum of RGB (Red+Green+Blue) = 68+65+91=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 91 - color contains mainly: blue. Hex color #44415B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44415B is #BBBEA4. Grayscale: #444444. Windows color (decimal): -12304037 or 5980484. OLE color: 5980484.

HSL color Cylindrical-coordinate representation of color #44415B: hue angle of 246.92º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #44415B is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 65 91 -
CMYK 0.25 0.29 0 0.64
HSL 246.92º 0.17% 0.31% -
HSV(B) 246.92º 0.29% 0.36% -
XYZ 6.16 5.76 10.69 -
YUV 68.86 140.49 127.39 -
System Red Green Blue C M Y K H S L
Decimal 68 65 91 0.25 0.29 0 0.64 246.92 0.17 0.31
Hex 44 41 5B 19 1D 0 40 F7 11 1F
Octal 104 101 133 31 35 0 100 367 21 37
Binary 1000100 1000001 1011011 11001 11101 0 1000000 11110111 10001 11111

Color Harmonies of #44415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44415B

Black with #44415B

Text Example


Text Example

White with #44415B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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