Html Css Color HEX #444360 Gun Powder

📋 copy color: '#444360'

red 68 ◦ green 67 ◦ blue 96

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

Shades of Gun Powder #444360

Tints of Gun Powder #444360

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29%

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

R = 29.44%
G = 29%
B = 41.56%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#444360 (or 0x444360) is known color: Gun Powder. HEX triplet: 44, 43 and 60. RGB value is (68,67,96). Sum of RGB (Red+Green+Blue) = 68+67+96=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 96 - color contains mainly: blue. Hex color #444360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444360 is #BBBC9F. Grayscale: #464646. Windows color (decimal): -12303520 or 6308676. OLE color: 6308676.

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

Color convert

RGB 68 67 96 -
CMYK 0.29 0.30 0 0.62
HSL 242.07º 0.18% 0.32% -
HSV(B) 242.07º 0.3% 0.38% -
XYZ 6.5 6.09 11.9 -
YUV 70.61 142.33 126.14 -
System Red Green Blue C M Y K H S L
Decimal 68 67 96 0.29 0.30 0 0.62 242.07 0.18 0.32
Hex 44 43 60 1D 1E 0 3E F2 12 20
Octal 104 103 140 35 36 0 76 362 22 40
Binary 1000100 1000011 1100000 11101 11110 0 111110 11110010 10010 100000

Color Harmonies of #444360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444360

Black with #444360

Text Example


Text Example

White with #444360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444360; }

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

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

background-color css

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

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

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

border-color css

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

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

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