Html Css Color HEX #444254 Gun Powder

📋 copy color: '#444254'

red 68 ◦ green 66 ◦ blue 84

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

Shades of Gun Powder #444254

Tints of Gun Powder #444254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 38.53%

R = 31.19%
G = 30.28%
B = 38.53%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#444254 (or 0x444254) is known color: Gun Powder. HEX triplet: 44, 42 and 54. RGB value is (68,66,84). Sum of RGB (Red+Green+Blue) = 68+66+84=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 84 - color contains mainly: blue. Hex color #444254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444254 is #BBBDAB. Grayscale: #444444. Windows color (decimal): -12303788 or 5521988. OLE color: 5521988.

HSL color Cylindrical-coordinate representation of color #444254: hue angle of 246.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #444254 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 66 84 -
CMYK 0.19 0.21 0 0.67
HSL 246.67º 0.12% 0.29% -
HSV(B) 246.67º 0.21% 0.33% -
XYZ 5.93 5.77 9.19 -
YUV 68.65 136.66 127.54 -
System Red Green Blue C M Y K H S L
Decimal 68 66 84 0.19 0.21 0 0.67 246.67 0.12 0.29
Hex 44 42 54 13 15 0 43 F7 C 1D
Octal 104 102 124 23 25 0 103 367 14 35
Binary 1000100 1000010 1010100 10011 10101 0 1000011 11110111 1100 11101

Color Harmonies of #444254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444254

Black with #444254

Text Example


Text Example

White with #444254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444254; }

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

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

background-color css

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

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

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

border-color css

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

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

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