Html Css Color HEX #444153 Gun Powder

📋 copy color: '#444153'

red 68 ◦ green 65 ◦ blue 83

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

Shades of Gun Powder #444153

Tints of Gun Powder #444153

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.09%

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

R = 31.48%
G = 30.09%
B = 38.43%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#444153 (or 0x444153) is known color: Gun Powder. HEX triplet: 44, 41 and 53. RGB value is (68,65,83). Sum of RGB (Red+Green+Blue) = 68+65+83=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 83 - color contains mainly: blue. Hex color #444153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444153 is #BBBEAC. Grayscale: #434343. Windows color (decimal): -12304045 or 5456196. OLE color: 5456196.

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

Color convert

RGB 68 65 83 -
CMYK 0.18 0.22 0 0.67
HSL 250º 0.12% 0.29% -
HSV(B) 250º 0.22% 0.33% -
XYZ 5.84 5.63 8.96 -
YUV 67.95 136.49 128.04 -
System Red Green Blue C M Y K H S L
Decimal 68 65 83 0.18 0.22 0 0.67 250 0.12 0.29
Hex 44 41 53 12 16 0 43 FA C 1D
Octal 104 101 123 22 26 0 103 372 14 35
Binary 1000100 1000001 1010011 10010 10110 0 1000011 11111010 1100 11101

Color Harmonies of #444153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444153

Black with #444153

Text Example


Text Example

White with #444153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444153; }

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

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

background-color css

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

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

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

border-color css

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

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

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