Html Css Color HEX #444748 Charade

📋 copy color: '#444748'

red 68 ◦ green 71 ◦ blue 72

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

Shades of Charade #444748

Tints of Charade #444748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.65%

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

R = 32.23%
G = 33.65%
B = 34.12%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#444748 (or 0x444748) is known color: Charade. HEX triplet: 44, 47 and 48. RGB value is (68,71,72). Sum of RGB (Red+Green+Blue) = 68+71+72=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 72 - color contains mainly: blue. Hex color #444748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444748 is #BBB8B7. Grayscale: #464646. Windows color (decimal): -12302520 or 4736836. OLE color: 4736836.

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

Color convert

RGB 68 71 72 -
CMYK 0.06 0.01 0 0.72
HSL 195º 0.03% 0.27% -
HSV(B) 195º 0.06% 0.28% -
XYZ 5.81 6.2 7.02 -
YUV 70.22 129.01 126.42 -
System Red Green Blue C M Y K H S L
Decimal 68 71 72 0.06 0.01 0 0.72 195 0.03 0.27
Hex 44 47 48 6 1 0 48 C3 3 1B
Octal 104 107 110 6 1 0 110 303 3 33
Binary 1000100 1000111 1001000 110 1 0 1001000 11000011 11 11011

Color Harmonies of #444748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444748

Black with #444748

Text Example


Text Example

White with #444748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444748; }

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

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

background-color css

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

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

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

border-color css

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

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

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