Html Css Color HEX #444557 Gun Powder

📋 copy color: '#444557'

red 68 ◦ green 69 ◦ blue 87

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

Shades of Gun Powder #444557

Tints of Gun Powder #444557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 38.84%

R = 30.36%
G = 30.8%
B = 38.84%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#444557 (or 0x444557) is known color: Gun Powder. HEX triplet: 44, 45 and 57. RGB value is (68,69,87). Sum of RGB (Red+Green+Blue) = 68+69+87=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 87 (34.38% from 255 or 38.84% from 224); Max value from RGB is 87 - color contains mainly: blue. Hex color #444557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444557 is #BBBAA8. Grayscale: #464646. Windows color (decimal): -12303017 or 5719364. OLE color: 5719364.

HSL color Cylindrical-coordinate representation of color #444557: hue angle of 236.84º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #444557 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 68 69 87 -
CMYK 0.22 0.21 0 0.66
HSL 236.84º 0.12% 0.3% -
HSV(B) 236.84º 0.22% 0.34% -
XYZ 6.23 6.17 9.88 -
YUV 70.75 137.17 126.04 -
System Red Green Blue C M Y K H S L
Decimal 68 69 87 0.22 0.21 0 0.66 236.84 0.12 0.3
Hex 44 45 57 16 15 0 42 ED C 1E
Octal 104 105 127 26 25 0 102 355 14 36
Binary 1000100 1000101 1010111 10110 10101 0 1000010 11101101 1100 11110

Color Harmonies of #444557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444557

Black with #444557

Text Example


Text Example

White with #444557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444557; }

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

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

background-color css

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

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

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

border-color css

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

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

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