#44324D

Color #44324D Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #44324D

Tints of Jagger #44324D

Color information

#44324D (or 0x44324D) is unknown color: approx Jagger. HEX triplet: 44, 32 and 4D. RGB value is (68,50,77). Sum of RGB (Red+Green+Blue) = 68+50+77=195 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.87% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 77 - color contains mainly: blue. Hex color #44324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44324D is #BBCDB2. Grayscale: #3A3A3A. Windows color (decimal): -12307891 or 5059140. OLE color: 5059140.

HSL color Cylindrical-coordinate representation of color #44324D: hue angle of 280º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #44324D is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB685077-
CMYK0.120.3500.70
HSL280º21.26%24.9%-
HSV(B)280º35.06%30.2%-
XYZ4.864.057.55-
YUV58.46138.46134.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.87%
GREEN value IS 50 (19.92% from 255) = 25.64%
BLUE value IS 77 (30.47% from 255) = 39.49%
R=34.87%
G=25.64%
B=39.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6850770.120.3500.7028021.2624.9
Hex44324DC230461181519
Octal10462115144301064302531
Binary100010011001010011011100100011010001101000110001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44324D; }

 p { color: rgb(68,50,77); }

 H1.HeaderClassName
 {
   color: #44324D;
 }
 .AnyTagClassName
 {
   color: #44324D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #44324D;
 }
 .BgClassName
 {
   background-color: #44324D;
 }
</style>
border-color css

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

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

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