#44364D

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

Shades of Jagger #44364D

Tints of Jagger #44364D

Color information

#44364D (or 0x44364D) is unknown color: approx Jagger. HEX triplet: 44, 36 and 4D. RGB value is (68,54,77). Sum of RGB (Red+Green+Blue) = 68+54+77=199 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.17% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 77 - color contains mainly: blue. Hex color #44364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44364D is #BBC9B2. Grayscale: #3C3C3C. Windows color (decimal): -12306867 or 5060164. OLE color: 5060164.

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

Color convert

RGB685477-
CMYK0.120.3000.70
HSL276.52º17.56%25.69%-
HSV(B)276.52º29.87%30.2%-
XYZ5.044.47.61-
YUV60.81137.14133.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.17%
GREEN value IS 54 (21.48% from 255) = 27.14%
BLUE value IS 77 (30.47% from 255) = 38.69%
R=34.17%
G=27.14%
B=38.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6854770.120.3000.70276.5217.5625.69
Hex44364DC1E046115121a
Octal10466115143601064252232
Binary10001001101101001101110011110010001101000101011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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