Html Css Color HEX #44425D Gun Powder

📋 copy color: '#44425D'

red 68 ◦ green 66 ◦ blue 93

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

Shades of Gun Powder #44425D

Tints of Gun Powder #44425D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.07%

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

R = 29.96%
G = 29.07%
B = 40.97%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#44425D (or 0x44425D) is known color: Gun Powder. HEX triplet: 44, 42 and 5D. RGB value is (68,66,93). Sum of RGB (Red+Green+Blue) = 68+66+93=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 93 - color contains mainly: blue. Hex color #44425D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44425D is #BBBDA2. Grayscale: #454545. Windows color (decimal): -12303779 or 6111812. OLE color: 6111812.

HSL color Cylindrical-coordinate representation of color #44425D: hue angle of 244.44º 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 #44425D is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 66 93 -
CMYK 0.27 0.29 0 0.64
HSL 244.44º 0.17% 0.31% -
HSV(B) 244.44º 0.29% 0.36% -
XYZ 6.31 5.92 11.17 -
YUV 69.68 141.16 126.8 -
System Red Green Blue C M Y K H S L
Decimal 68 66 93 0.27 0.29 0 0.64 244.44 0.17 0.31
Hex 44 42 5D 1B 1D 0 40 F4 11 1F
Octal 104 102 135 33 35 0 100 364 21 37
Binary 1000100 1000010 1011101 11011 11101 0 1000000 11110100 10001 11111

Color Harmonies of #44425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44425D

Black with #44425D

Text Example


Text Example

White with #44425D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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