#44394F

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

Shades of Jagger #44394F

Tints of Jagger #44394F

Color information

#44394F (or 0x44394F) is unknown color: approx Jagger. HEX triplet: 44, 39 and 4F. RGB value is (68,57,79). Sum of RGB (Red+Green+Blue) = 68+57+79=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 79 - color contains mainly: blue. Hex color #44394F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44394F is #BBC6B0. Grayscale: #3E3E3E. Windows color (decimal): -12306097 or 5192004. OLE color: 5192004.

HSL color Cylindrical-coordinate representation of color #44394F: hue angle of 270º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #44394F is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB685779-
CMYK0.140.2800.69
HSL270º16.18%26.67%-
HSV(B)270º27.85%30.98%-
XYZ5.264.728.03-
YUV62.8137.14131.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.33%
GREEN value IS 57 (22.66% from 255) = 27.94%
BLUE value IS 79 (31.25% from 255) = 38.73%
R=33.33%
G=27.94%
B=38.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6857790.140.2800.6927016.1826.67
Hex44394FE1C04510e101b
Octal10471117163401054162033
Binary10001001110011001111111011100010001011000011101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44394F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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