Html Css Color HEX #444849 Atomic

📋 copy color: '#444849'

red 68 ◦ green 72 ◦ blue 73

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

Shades of Atomic #444849

Tints of Atomic #444849

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.8%

 BLUE value IS 73 (28.91% from 255) = 34.27%

R = 31.92%
G = 33.8%
B = 34.27%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#444849 (or 0x444849) is known color: Atomic. HEX triplet: 44, 48 and 49. RGB value is (68,72,73). Sum of RGB (Red+Green+Blue) = 68+72+73=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 73 - color contains mainly: blue. Hex color #444849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444849 is #BBB7B6. Grayscale: #464646. Windows color (decimal): -12302263 or 4802628. OLE color: 4802628.

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

Color convert

RGB 68 72 73 -
CMYK 0.07 0.01 0 0.71
HSL 192º 0.04% 0.28% -
HSV(B) 192º 0.07% 0.29% -
XYZ 5.9 6.34 7.22 -
YUV 70.92 129.17 125.92 -
System Red Green Blue C M Y K H S L
Decimal 68 72 73 0.07 0.01 0 0.71 192 0.04 0.28
Hex 44 48 49 7 1 0 47 C0 4 1C
Octal 104 110 111 7 1 0 107 300 4 34
Binary 1000100 1001000 1001001 111 1 0 1000111 11000000 100 11100

Color Harmonies of #444849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444849

Black with #444849

Text Example


Text Example

White with #444849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444849; }

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

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

background-color css

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

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

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

border-color css

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

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

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