Html Css Color HEX #44314D Jagger

📋 copy color: '#44314D'

red 68 ◦ green 49 ◦ blue 77

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

Shades of Jagger #44314D

Tints of Jagger #44314D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.26%

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

R = 35.05%
G = 25.26%
B = 39.69%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#44314D (or 0x44314D) is known color: Jagger. HEX triplet: 44, 31 and 4D. RGB value is (68,49,77). Sum of RGB (Red+Green+Blue) = 68+49+77=194 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.05% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 77 - color contains mainly: blue. Hex color #44314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44314D is #BBCEB2. Grayscale: #393939. Windows color (decimal): -12308147 or 5058884. OLE color: 5058884.

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

Color convert

RGB 68 49 77 -
CMYK 0.12 0.36 0 0.70
HSL 280.71º 0.22% 0.25% -
HSV(B) 280.71º 0.36% 0.3% -
XYZ 4.82 3.96 7.53 -
YUV 57.87 138.79 135.22 -
System Red Green Blue C M Y K H S L
Decimal 68 49 77 0.12 0.36 0 0.70 280.71 0.22 0.25
Hex 44 31 4D C 24 0 46 119 16 19
Octal 104 61 115 14 44 0 106 431 26 31
Binary 1000100 110001 1001101 1100 100100 0 1000110 100011001 10110 11001

Color Harmonies of #44314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44314D

Black with #44314D

Text Example


Text Example

White with #44314D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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