Html Css Color HEX #44494A Atomic

📋 copy color: '#44494A'

red 68 ◦ green 73 ◦ blue 74

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

Shades of Atomic #44494A

Tints of Atomic #44494A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 34.42%

R = 31.63%
G = 33.95%
B = 34.42%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#44494A (or 0x44494A) is known color: Atomic. HEX triplet: 44, 49 and 4A. RGB value is (68,73,74). Sum of RGB (Red+Green+Blue) = 68+73+74=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 74 - color contains mainly: blue. Hex color #44494A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44494A is #BBB6B5. Grayscale: #474747. Windows color (decimal): -12302006 or 4868420. OLE color: 4868420.

HSL color Cylindrical-coordinate representation of color #44494A: hue angle of 190º degrees, saturation: 0.04, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #44494A is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 68 73 74 -
CMYK 0.08 0.01 0 0.71
HSL 190º 0.04% 0.28% -
HSV(B) 190º 0.08% 0.29% -
XYZ 6 6.49 7.41 -
YUV 71.62 129.34 125.42 -
System Red Green Blue C M Y K H S L
Decimal 68 73 74 0.08 0.01 0 0.71 190 0.04 0.28
Hex 44 49 4A 8 1 0 47 BE 4 1C
Octal 104 111 112 10 1 0 107 276 4 34
Binary 1000100 1001001 1001010 1000 1 0 1000111 10111110 100 11100

Color Harmonies of #44494A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44494A

Black with #44494A

Text Example


Text Example

White with #44494A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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