Html Css Color HEX #44494C Atomic

📋 copy color: '#44494C'

red 68 ◦ green 73 ◦ blue 76

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

Shades of Atomic #44494C

Tints of Atomic #44494C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 35.02%

R = 31.34%
G = 33.64%
B = 35.02%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#44494C (or 0x44494C) is known color: Atomic. HEX triplet: 44, 49 and 4C. RGB value is (68,73,76). Sum of RGB (Red+Green+Blue) = 68+73+76=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 76 - color contains mainly: blue. Hex color #44494C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44494C is #BBB6B3. Grayscale: #474747. Windows color (decimal): -12302004 or 4999492. OLE color: 4999492.

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

Color convert

RGB 68 73 76 -
CMYK 0.11 0.04 0 0.70
HSL 202.5º 0.06% 0.28% -
HSV(B) 202.5º 0.11% 0.3% -
XYZ 6.07 6.52 7.78 -
YUV 71.85 130.34 125.26 -
System Red Green Blue C M Y K H S L
Decimal 68 73 76 0.11 0.04 0 0.70 202.5 0.06 0.28
Hex 44 49 4C B 4 0 46 CA 6 1C
Octal 104 111 114 13 4 0 106 312 6 34
Binary 1000100 1001001 1001100 1011 100 0 1000110 11001010 110 11100

Color Harmonies of #44494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44494C

Black with #44494C

Text Example


Text Example

White with #44494C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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