Html Css Color HEX #44314E Jagger

📋 copy color: '#44314E'

red 68 ◦ green 49 ◦ blue 78

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

Shades of Jagger #44314E

Tints of Jagger #44314E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 40%

R = 34.87%
G = 25.13%
B = 40%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#44314E (or 0x44314E) is known color: Jagger. HEX triplet: 44, 31 and 4E. RGB value is (68,49,78). Sum of RGB (Red+Green+Blue) = 68+49+78=195 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.87% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 78 - color contains mainly: blue. Hex color #44314E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44314E is #BBCEB1. Grayscale: #393939. Windows color (decimal): -12308146 or 5124420. OLE color: 5124420.

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

Color convert

RGB 68 49 78 -
CMYK 0.13 0.37 0 0.69
HSL 279.31º 0.23% 0.25% -
HSV(B) 279.31º 0.37% 0.31% -
XYZ 4.86 3.98 7.72 -
YUV 57.99 139.29 135.14 -
System Red Green Blue C M Y K H S L
Decimal 68 49 78 0.13 0.37 0 0.69 279.31 0.23 0.25
Hex 44 31 4E D 25 0 45 117 17 19
Octal 104 61 116 15 45 0 105 427 27 31
Binary 1000100 110001 1001110 1101 100101 0 1000101 100010111 10111 11001

Color Harmonies of #44314E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44314E

Black with #44314E

Text Example


Text Example

White with #44314E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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