Html Css Color HEX #444248 Grape

📋 copy color: '#444248'

red 68 ◦ green 66 ◦ blue 72

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

Shades of Grape #444248

Tints of Grape #444248

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.04%

 BLUE value IS 72 (28.52% from 255) = 34.95%

R = 33.01%
G = 32.04%
B = 34.95%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#444248 (or 0x444248) is known color: Grape. HEX triplet: 44, 42 and 48. RGB value is (68,66,72). Sum of RGB (Red+Green+Blue) = 68+66+72=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 72 - color contains mainly: blue. Hex color #444248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444248 is #BBBDB7. Grayscale: #434343. Windows color (decimal): -12303800 or 4735556. OLE color: 4735556.

HSL color Cylindrical-coordinate representation of color #444248: hue angle of 260º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #444248 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 68 66 72 -
CMYK 0.06 0.08 0 0.72
HSL 260º 0.04% 0.27% -
HSV(B) 260º 0.08% 0.28% -
XYZ 5.5 5.59 6.92 -
YUV 67.28 130.66 128.51 -
System Red Green Blue C M Y K H S L
Decimal 68 66 72 0.06 0.08 0 0.72 260 0.04 0.27
Hex 44 42 48 6 8 0 48 104 4 1B
Octal 104 102 110 6 10 0 110 404 4 33
Binary 1000100 1000010 1001000 110 1000 0 1001000 100000100 100 11011

Color Harmonies of #444248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444248

Black with #444248

Text Example


Text Example

White with #444248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444248; }

 p { color: rgb(68,66,72); }

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

background-color css

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

 a { background-color: rgb(68,66,72); }

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

border-color css

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

 span { border-color: rgb(68,66,72); }

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