Html Css Color HEX #44324D Jagger

📋 copy color: '#44324D'

red 68 ◦ green 50 ◦ blue 77

#44324D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagger #44324D

Tints of Jagger #44324D

RGB

 RED value IS 68 (26.95% from 255) = 34.87%

 GREEN value IS 50 (19.92% from 255) = 25.64%

 BLUE value IS 77 (30.47% from 255) = 39.49%

R = 34.87%
G = 25.64%
B = 39.49%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#44324D (or 0x44324D) is known color: Jagger. HEX triplet: 44, 32 and 4D. RGB value is (68,50,77). Sum of RGB (Red+Green+Blue) = 68+50+77=195 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.87% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 77 - color contains mainly: blue. Hex color #44324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44324D is #BBCDB2. Grayscale: #3A3A3A. Windows color (decimal): -12307891 or 5059140. OLE color: 5059140.

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

Color convert

RGB 68 50 77 -
CMYK 0.12 0.35 0 0.70
HSL 280º 0.21% 0.25% -
HSV(B) 280º 0.35% 0.3% -
XYZ 4.86 4.05 7.55 -
YUV 58.46 138.46 134.8 -
System Red Green Blue C M Y K H S L
Decimal 68 50 77 0.12 0.35 0 0.70 280 0.21 0.25
Hex 44 32 4D C 23 0 46 118 15 19
Octal 104 62 115 14 43 0 106 430 25 31
Binary 1000100 110010 1001101 1100 100011 0 1000110 100011000 10101 11001

Color Harmonies of #44324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44324D

Black with #44324D

Text Example


Text Example

White with #44324D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #44324D;
 }
 .AnyTagClassName
 {
   color: #44324D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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