Html Css Color HEX #44425A Gun Powder

📋 copy color: '#44425A'

red 68 ◦ green 66 ◦ blue 90

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

Shades of Gun Powder #44425A

Tints of Gun Powder #44425A

RGB

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

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

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

R = 30.36%
G = 29.46%
B = 40.18%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#44425A (or 0x44425A) is known color: Gun Powder. HEX triplet: 44, 42 and 5A. RGB value is (68,66,90). Sum of RGB (Red+Green+Blue) = 68+66+90=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 90 (35.55% from 255 or 40.18% from 224); Max value from RGB is 90 - color contains mainly: blue. Hex color #44425A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44425A is #BBBDA5. Grayscale: #454545. Windows color (decimal): -12303782 or 5915204. OLE color: 5915204.

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

Color convert

RGB 68 66 90 -
CMYK 0.24 0.27 0 0.65
HSL 245º 0.15% 0.31% -
HSV(B) 245º 0.27% 0.35% -
XYZ 6.18 5.86 10.48 -
YUV 69.33 139.66 127.05 -
System Red Green Blue C M Y K H S L
Decimal 68 66 90 0.24 0.27 0 0.65 245 0.15 0.31
Hex 44 42 5A 18 1B 0 41 F5 F 1F
Octal 104 102 132 30 33 0 101 365 17 37
Binary 1000100 1000010 1011010 11000 11011 0 1000001 11110101 1111 11111

Color Harmonies of #44425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44425A

Black with #44425A

Text Example


Text Example

White with #44425A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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