Html Css Color HEX #444450 Gun Powder

📋 copy color: '#444450'

red 68 ◦ green 68 ◦ blue 80

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

Shades of Gun Powder #444450

Tints of Gun Powder #444450

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.48%

 BLUE value IS 80 (31.64% from 255) = 37.04%

R = 31.48%
G = 31.48%
B = 37.04%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#444450 (or 0x444450) is known color: Gun Powder. HEX triplet: 44, 44 and 50. RGB value is (68,68,80). Sum of RGB (Red+Green+Blue) = 68+68+80=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 80 - color contains mainly: blue. Hex color #444450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444450 is #BBBBAF. Grayscale: #454545. Windows color (decimal): -12303280 or 5260356. OLE color: 5260356.

HSL color Cylindrical-coordinate representation of color #444450: hue angle of 240º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #444450 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 68 80 -
CMYK 0.15 0.15 0 0.69
HSL 240º 0.08% 0.29% -
HSV(B) 240º 0.15% 0.31% -
XYZ 5.9 5.94 8.43 -
YUV 69.37 134 127.02 -
System Red Green Blue C M Y K H S L
Decimal 68 68 80 0.15 0.15 0 0.69 240 0.08 0.29
Hex 44 44 50 F F 0 45 F0 8 1D
Octal 104 104 120 17 17 0 105 360 10 35
Binary 1000100 1000100 1010000 1111 1111 0 1000101 11110000 1000 11101

Color Harmonies of #444450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444450

Black with #444450

Text Example


Text Example

White with #444450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444450; }

 p { color: rgb(68,68,80); }

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

background-color css

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

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

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

border-color css

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

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

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