Html Css Color HEX #444253 Gun Powder

📋 copy color: '#444253'

red 68 ◦ green 66 ◦ blue 83

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

Shades of Gun Powder #444253

Tints of Gun Powder #444253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 38.25%

R = 31.34%
G = 30.41%
B = 38.25%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#444253 (or 0x444253) is known color: Gun Powder. HEX triplet: 44, 42 and 53. RGB value is (68,66,83). Sum of RGB (Red+Green+Blue) = 68+66+83=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 83 - color contains mainly: blue. Hex color #444253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444253 is #BBBDAC. Grayscale: #444444. Windows color (decimal): -12303789 or 5456452. OLE color: 5456452.

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

Color convert

RGB 68 66 83 -
CMYK 0.18 0.20 0 0.67
HSL 247.06º 0.11% 0.29% -
HSV(B) 247.06º 0.2% 0.33% -
XYZ 5.89 5.75 8.98 -
YUV 68.54 136.16 127.62 -
System Red Green Blue C M Y K H S L
Decimal 68 66 83 0.18 0.20 0 0.67 247.06 0.11 0.29
Hex 44 42 53 12 14 0 43 F7 B 1D
Octal 104 102 123 22 24 0 103 367 13 35
Binary 1000100 1000010 1010011 10010 10100 0 1000011 11110111 1011 11101

Color Harmonies of #444253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444253

Black with #444253

Text Example


Text Example

White with #444253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444253; }

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

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

background-color css

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

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

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

border-color css

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

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

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