Html Css Color HEX #44465B Gun Powder

📋 copy color: '#44465B'

red 68 ◦ green 70 ◦ blue 91

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

Shades of Gun Powder #44465B

Tints of Gun Powder #44465B

RGB

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

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

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

R = 29.69%
G = 30.57%
B = 39.74%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#44465B (or 0x44465B) is known color: Gun Powder. HEX triplet: 44, 46 and 5B. RGB value is (68,70,91). Sum of RGB (Red+Green+Blue) = 68+70+91=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 91 - color contains mainly: blue. Hex color #44465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44465B is #BBB9A4. Grayscale: #474747. Windows color (decimal): -12302757 or 5981764. OLE color: 5981764.

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

Color convert

RGB 68 70 91 -
CMYK 0.25 0.23 0 0.64
HSL 234.78º 0.14% 0.31% -
HSV(B) 234.78º 0.25% 0.36% -
XYZ 6.46 6.36 10.79 -
YUV 71.8 138.84 125.29 -
System Red Green Blue C M Y K H S L
Decimal 68 70 91 0.25 0.23 0 0.64 234.78 0.14 0.31
Hex 44 46 5B 19 17 0 40 EB E 1F
Octal 104 106 133 31 27 0 100 353 16 37
Binary 1000100 1000110 1011011 11001 10111 0 1000000 11101011 1110 11111

Color Harmonies of #44465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44465B

Black with #44465B

Text Example


Text Example

White with #44465B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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