#44374D

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

Shades of Jagger #44374D

Tints of Jagger #44374D

Color information

#44374D (or 0x44374D) is unknown color: approx Jagger. HEX triplet: 44, 37 and 4D. RGB value is (68,55,77). Sum of RGB (Red+Green+Blue) = 68+55+77=200 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 77 - color contains mainly: blue. Hex color #44374D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44374D is #BBC8B2. Grayscale: #3D3D3D. Windows color (decimal): -12306611 or 5060420. OLE color: 5060420.

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

Color convert

RGB685577-
CMYK0.120.2900.70
HSL275.45º16.67%25.88%-
HSV(B)275.45º28.57%30.2%-
XYZ5.094.57.62-
YUV61.4136.81132.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34%
GREEN value IS 55 (21.88% from 255) = 27.5%
BLUE value IS 77 (30.47% from 255) = 38.5%
R=34%
G=27.5%
B=38.5%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6855770.120.2900.70275.4516.6725.88
Hex44374DC1D046113111a
Octal10467115143501064232132
Binary10001001101111001101110011101010001101000100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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