Html Css Color HEX #444160 Gun Powder

📋 copy color: '#444160'

red 68 ◦ green 65 ◦ blue 96

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

Shades of Gun Powder #444160

Tints of Gun Powder #444160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.92%

R = 29.69%
G = 28.38%
B = 41.92%

CMYK

 C value IS 0.29

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#444160 (or 0x444160) is known color: Gun Powder. HEX triplet: 44, 41 and 60. RGB value is (68,65,96). Sum of RGB (Red+Green+Blue) = 68+65+96=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 96 - color contains mainly: blue. Hex color #444160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444160 is #BBBE9F. Grayscale: #454545. Windows color (decimal): -12304032 or 6308164. OLE color: 6308164.

HSL color Cylindrical-coordinate representation of color #444160: hue angle of 245.81º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #444160 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 65 96 -
CMYK 0.29 0.32 0 0.62
HSL 245.81º 0.19% 0.32% -
HSV(B) 245.81º 0.32% 0.38% -
XYZ 6.39 5.85 11.86 -
YUV 69.43 142.99 126.98 -
System Red Green Blue C M Y K H S L
Decimal 68 65 96 0.29 0.32 0 0.62 245.81 0.19 0.32
Hex 44 41 60 1D 20 0 3E F6 13 20
Octal 104 101 140 35 40 0 76 366 23 40
Binary 1000100 1000001 1100000 11101 100000 0 111110 11110110 10011 100000

Color Harmonies of #444160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444160

Black with #444160

Text Example


Text Example

White with #444160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444160; }

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

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

background-color css

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

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

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

border-color css

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

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

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