#44494B

Color #44494B Atomic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atomic #44494B

Tints of Atomic #44494B

Color information

#44494B (or 0x44494B) is unknown color: approx Atomic. HEX triplet: 44, 49 and 4B. RGB value is (68,73,75). Sum of RGB (Red+Green+Blue) = 68+73+75=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 75 - color contains mainly: blue. Hex color #44494B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44494B is #BBB6B4. Grayscale: #474747. Windows color (decimal): -12302005 or 4933956. OLE color: 4933956.

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

Color convert

RGB687375-
CMYK0.090.0300.71
HSL197.14º4.9%28.04%-
HSV(B)197.14º9.33%29.41%-
XYZ6.046.57.59-
YUV71.73129.84125.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.48%
GREEN value IS 73 (28.91% from 255) = 33.80%
BLUE value IS 75 (29.69% from 255) = 34.72%
R=31.48%
G=33.80%
B=34.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6873750.090.0300.71197.144.928.04
Hex44494B93047c551c
Octal1041111131130107305534
Binary100010010010011001011100111010001111100010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #44494B;
 }
 .AnyTagClassName
 {
   color: #44494B;
 }
</style>
background-color css

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

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

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

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

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

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