Html Css Color HEX #44314C Jagger

📋 copy color: '#44314C'

red 68 ◦ green 49 ◦ blue 76

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

Shades of Jagger #44314C

Tints of Jagger #44314C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 39.38%

R = 35.23%
G = 25.39%
B = 39.38%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#44314C (or 0x44314C) is known color: Jagger. HEX triplet: 44, 31 and 4C. RGB value is (68,49,76). Sum of RGB (Red+Green+Blue) = 68+49+76=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 76 (30.08% from 255 or 39.38% from 193); Max value from RGB is 76 - color contains mainly: blue. Hex color #44314C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44314C is #BBCEB3. Grayscale: #393939. Windows color (decimal): -12308148 or 4993348. OLE color: 4993348.

HSL color Cylindrical-coordinate representation of color #44314C: hue angle of 282.22º 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 #44314C is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 68 49 76 -
CMYK 0.11 0.36 0 0.70
HSL 282.22º 0.22% 0.25% -
HSV(B) 282.22º 0.36% 0.3% -
XYZ 4.79 3.95 7.35 -
YUV 57.76 138.29 135.3 -
System Red Green Blue C M Y K H S L
Decimal 68 49 76 0.11 0.36 0 0.70 282.22 0.22 0.25
Hex 44 31 4C B 24 0 46 11A 16 19
Octal 104 61 114 13 44 0 106 432 26 31
Binary 1000100 110001 1001100 1011 100100 0 1000110 100011010 10110 11001

Color Harmonies of #44314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44314C

Black with #44314C

Text Example


Text Example

White with #44314C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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