#44364A

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

Shades of Jagger #44364A

Tints of Jagger #44364A

Color information

#44364A (or 0x44364A) is unknown color: approx Jagger. HEX triplet: 44, 36 and 4A. RGB value is (68,54,74). Sum of RGB (Red+Green+Blue) = 68+54+74=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 74 - color contains mainly: blue. Hex color #44364A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44364A is #BBC9B5. Grayscale: #3C3C3C. Windows color (decimal): -12306870 or 4863556. OLE color: 4863556.

HSL color Cylindrical-coordinate representation of color #44364A: hue angle of 282º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #44364A is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB685474-
CMYK0.080.2700.71
HSL282º15.62%25.1%-
HSV(B)282º27.03%29.02%-
XYZ4.944.367.06-
YUV60.47135.64133.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.69%
GREEN value IS 54 (21.48% from 255) = 27.55%
BLUE value IS 74 (29.30% from 255) = 37.76%
R=34.69%
G=27.55%
B=37.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6854740.080.2700.7128215.6225.1
Hex44364A81B04711a1019
Octal10466112103301074322031
Binary10001001101101001010100011011010001111000110101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44364A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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