Html Css Color HEX #444049 Grape

📋 copy color: '#444049'

red 68 ◦ green 64 ◦ blue 73

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

Shades of Grape #444049

Tints of Grape #444049

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.22%

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

R = 33.17%
G = 31.22%
B = 35.61%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#444049 (or 0x444049) is known color: Grape. HEX triplet: 44, 40 and 49. RGB value is (68,64,73). Sum of RGB (Red+Green+Blue) = 68+64+73=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 73 - color contains mainly: blue. Hex color #444049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444049 is #BBBFB6. Grayscale: #424242. Windows color (decimal): -12304311 or 4800580. OLE color: 4800580.

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

Color convert

RGB 68 64 73 -
CMYK 0.07 0.12 0 0.71
HSL 266.67º 0.07% 0.27% -
HSV(B) 266.67º 0.12% 0.29% -
XYZ 5.42 5.38 7.06 -
YUV 66.22 131.83 129.27 -
System Red Green Blue C M Y K H S L
Decimal 68 64 73 0.07 0.12 0 0.71 266.67 0.07 0.27
Hex 44 40 49 7 C 0 47 10B 7 1B
Octal 104 100 111 7 14 0 107 413 7 33
Binary 1000100 1000000 1001001 111 1100 0 1000111 100001011 111 11011

Color Harmonies of #444049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444049

Black with #444049

Text Example


Text Example

White with #444049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444049; }

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

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

background-color css

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

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

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

border-color css

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

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

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