Html Css Color HEX #44394D Jagger

📋 copy color: '#44394D'

red 68 ◦ green 57 ◦ blue 77

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

Shades of Jagger #44394D

Tints of Jagger #44394D

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 value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#44394D (or 0x44394D) is known color: 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

RGB 68 57 77 -
CMYK 0.12 0.26 0 0.70
HSL 273º 0.15% 0.26% -
HSV(B) 273º 0.26% 0.3% -
XYZ 5.19 4.69 7.65 -
YUV 62.57 136.14 131.87 -
System Red Green Blue C M Y K H S L
Decimal 68 57 77 0.12 0.26 0 0.70 273 0.15 0.26
Hex 44 39 4D C 1A 0 46 111 F 1A
Octal 104 71 115 14 32 0 106 421 17 32
Binary 1000100 111001 1001101 1100 11010 0 1000110 100010001 1111 11010

Color Harmonies of #44394D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44394D

Black with #44394D

Text Example


Text Example

White with #44394D

Text Example


Text Example

HTML Codes & Css Web 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>