Html Css Color HEX #44314F Jagger

📋 copy color: '#44314F'

red 68 ◦ green 49 ◦ blue 79

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

Shades of Jagger #44314F

Tints of Jagger #44314F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 40.31%

R = 34.69%
G = 25%
B = 40.31%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#44314F (or 0x44314F) is known color: Jagger. HEX triplet: 44, 31 and 4F. RGB value is (68,49,79). Sum of RGB (Red+Green+Blue) = 68+49+79=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 79 - color contains mainly: blue. Hex color #44314F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44314F is #BBCEB0. Grayscale: #3A3A3A. Windows color (decimal): -12308145 or 5189956. OLE color: 5189956.

HSL color Cylindrical-coordinate representation of color #44314F: hue angle of 278º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #44314F is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 49 79 -
CMYK 0.14 0.38 0 0.69
HSL 278º 0.23% 0.25% -
HSV(B) 278º 0.38% 0.31% -
XYZ 4.89 3.99 7.91 -
YUV 58.1 139.79 135.06 -
System Red Green Blue C M Y K H S L
Decimal 68 49 79 0.14 0.38 0 0.69 278 0.23 0.25
Hex 44 31 4F E 26 0 45 116 17 19
Octal 104 61 117 16 46 0 105 426 27 31
Binary 1000100 110001 1001111 1110 100110 0 1000101 100010110 10111 11001

Color Harmonies of #44314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44314F

Black with #44314F

Text Example


Text Example

White with #44314F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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