Html Css Color HEX #44494D Arsenic

📋 copy color: '#44494D'

red 68 ◦ green 73 ◦ blue 77

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

Shades of Arsenic #44494D

Tints of Arsenic #44494D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.49%

 BLUE value IS 77 (30.47% from 255) = 35.32%

R = 31.19%
G = 33.49%
B = 35.32%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#44494D (or 0x44494D) is known color: Arsenic. HEX triplet: 44, 49 and 4D. RGB value is (68,73,77). Sum of RGB (Red+Green+Blue) = 68+73+77=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 77 - color contains mainly: blue. Hex color #44494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44494D is #BBB6B2. Grayscale: #474747. Windows color (decimal): -12302003 or 5065028. OLE color: 5065028.

HSL color Cylindrical-coordinate representation of color #44494D: hue angle of 206.67º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #44494D is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 68 73 77 -
CMYK 0.12 0.05 0 0.70
HSL 206.67º 0.06% 0.28% -
HSV(B) 206.67º 0.12% 0.3% -
XYZ 6.11 6.53 7.96 -
YUV 71.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 68 73 77 0.12 0.05 0 0.70 206.67 0.06 0.28
Hex 44 49 4D C 5 0 46 CF 6 1C
Octal 104 111 115 14 5 0 106 317 6 34
Binary 1000100 1001001 1001101 1100 101 0 1000110 11001111 110 11100

Color Harmonies of #44494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44494D

Black with #44494D

Text Example


Text Example

White with #44494D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44494D; }

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

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

background-color css

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

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

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

border-color css

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

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

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