#44334D

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

Shades of Jagger #44334D

Tints of Jagger #44334D

Color information

#44334D (or 0x44334D) is unknown color: approx Jagger. HEX triplet: 44, 33 and 4D. RGB value is (68,51,77). Sum of RGB (Red+Green+Blue) = 68+51+77=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 77 - color contains mainly: blue. Hex color #44334D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44334D is #BBCCB2. Grayscale: #3A3A3A. Windows color (decimal): -12307635 or 5059396. OLE color: 5059396.

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

Color convert

RGB685177-
CMYK0.120.3400.70
HSL279.23º20.31%25.1%-
HSV(B)279.23º33.77%30.2%-
XYZ4.914.137.56-
YUV59.05138.13134.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.69%
GREEN value IS 51 (20.31% from 255) = 26.02%
BLUE value IS 77 (30.47% from 255) = 39.29%
R=34.69%
G=26.02%
B=39.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6851770.120.3400.70279.2320.3125.1
Hex44334DC220461171419
Octal10463115144201064272431
Binary100010011001110011011100100010010001101000101111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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