#44394D

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

Shades of Jagger #44394D

Tints of Jagger #44394D

Color information

#44394D (or 0x44394D) is unknown color: approx Jagger. HEX triplet: 44, 39 and 4D. RGB value is (68,57,77). Sum of RGB (Red+Green+Blue) = 68+57+77=202 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.66% from 202); Green value is 57 (22.66% from 255 or 28.22% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 77 - color contains mainly: blue. Hex color #44394D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44394D is #BBC6B2. Grayscale: #3E3E3E. Windows color (decimal): -12306099 or 5060932. OLE color: 5060932.

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

Color convert

RGB685777-
CMYK0.120.2600.70
HSL273º14.93%26.27%-
HSV(B)273º25.97%30.2%-
XYZ5.194.697.65-
YUV62.57136.14131.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.66%
GREEN value IS 57 (22.66% from 255) = 28.22%
BLUE value IS 77 (30.47% from 255) = 38.12%
R=33.66%
G=28.22%
B=38.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6857770.120.2600.7027314.9326.27
Hex44394DC1A046111f1a
Octal10471115143201064211732
Binary1000100111001100110111001101001000110100010001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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