Html Css Color HEX #44415A Gun Powder

📋 copy color: '#44415A'

red 68 ◦ green 65 ◦ blue 90

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

Shades of Gun Powder #44415A

Tints of Gun Powder #44415A

RGB

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

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

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

R = 30.49%
G = 29.15%
B = 40.36%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#44415A (or 0x44415A) is known color: Gun Powder. HEX triplet: 44, 41 and 5A. RGB value is (68,65,90). Sum of RGB (Red+Green+Blue) = 68+65+90=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 90 - color contains mainly: blue. Hex color #44415A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44415A is #BBBEA5. Grayscale: #444444. Windows color (decimal): -12304038 or 5914948. OLE color: 5914948.

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

Color convert

RGB 68 65 90 -
CMYK 0.24 0.28 0 0.65
HSL 247.2º 0.16% 0.3% -
HSV(B) 247.2º 0.28% 0.35% -
XYZ 6.12 5.75 10.46 -
YUV 68.75 139.99 127.47 -
System Red Green Blue C M Y K H S L
Decimal 68 65 90 0.24 0.28 0 0.65 247.2 0.16 0.3
Hex 44 41 5A 18 1C 0 41 F7 10 1E
Octal 104 101 132 30 34 0 101 367 20 36
Binary 1000100 1000001 1011010 11000 11100 0 1000001 11110111 10000 11110

Color Harmonies of #44415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44415A

Black with #44415A

Text Example


Text Example

White with #44415A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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