Html Css Color HEX #444554 Gun Powder

📋 copy color: '#444554'

red 68 ◦ green 69 ◦ blue 84

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

Shades of Gun Powder #444554

Tints of Gun Powder #444554

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.22%

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

R = 30.77%
G = 31.22%
B = 38.01%

CMYK

 C value IS 0.19

 M value IS 0.18

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#444554 (or 0x444554) is known color: Gun Powder. HEX triplet: 44, 45 and 54. RGB value is (68,69,84). Sum of RGB (Red+Green+Blue) = 68+69+84=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 84 - color contains mainly: blue. Hex color #444554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444554 is #BBBAAB. Grayscale: #464646. Windows color (decimal): -12303020 or 5522756. OLE color: 5522756.

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

Color convert

RGB 68 69 84 -
CMYK 0.19 0.18 0 0.67
HSL 236.25º 0.11% 0.3% -
HSV(B) 236.25º 0.19% 0.33% -
XYZ 6.11 6.13 9.25 -
YUV 70.41 135.67 126.28 -
System Red Green Blue C M Y K H S L
Decimal 68 69 84 0.19 0.18 0 0.67 236.25 0.11 0.3
Hex 44 45 54 13 12 0 43 EC B 1E
Octal 104 105 124 23 22 0 103 354 13 36
Binary 1000100 1000101 1010100 10011 10010 0 1000011 11101100 1011 11110

Color Harmonies of #444554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444554

Black with #444554

Text Example


Text Example

White with #444554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444554; }

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

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

background-color css

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

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

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

border-color css

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

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

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