Html Css Color HEX #443749 Jagger

📋 copy color: '#443749'

red 68 ◦ green 55 ◦ blue 73

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

Shades of Jagger #443749

Tints of Jagger #443749

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.06%

 BLUE value IS 73 (28.91% from 255) = 37.24%

R = 34.69%
G = 28.06%
B = 37.24%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#443749 (or 0x443749) is known color: Jagger. HEX triplet: 44, 37 and 49. RGB value is (68,55,73). Sum of RGB (Red+Green+Blue) = 68+55+73=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 55 (21.88% from 255 or 28.06% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 73 - color contains mainly: blue. Hex color #443749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443749 is #BBC8B6. Grayscale: #3C3C3C. Windows color (decimal): -12306615 or 4798276. OLE color: 4798276.

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

Color convert

RGB 68 55 73 -
CMYK 0.07 0.25 0 0.71
HSL 283.33º 0.14% 0.25% -
HSV(B) 283.33º 0.25% 0.29% -
XYZ 4.95 4.44 6.9 -
YUV 60.94 134.81 133.04 -
System Red Green Blue C M Y K H S L
Decimal 68 55 73 0.07 0.25 0 0.71 283.33 0.14 0.25
Hex 44 37 49 7 19 0 47 11B E 19
Octal 104 67 111 7 31 0 107 433 16 31
Binary 1000100 110111 1001001 111 11001 0 1000111 100011011 1110 11001

Color Harmonies of #443749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443749

Black with #443749

Text Example


Text Example

White with #443749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443749; }

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

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

background-color css

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

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

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

border-color css

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

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

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