#444C51

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

Shades of Atomic #444C51

Tints of Atomic #444C51

Color information

#444C51 (or 0x444C51) is unknown color: approx Atomic. HEX triplet: 44, 4C and 51. RGB value is (68,76,81). Sum of RGB (Red+Green+Blue) = 68+76+81=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 81 - color contains mainly: blue. Hex color #444C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444C51 is #BBB3AE. Grayscale: #4A4A4A. Windows color (decimal): -12301231 or 5327940. OLE color: 5327940.

HSL color Cylindrical-coordinate representation of color #444C51: hue angle of 203.08º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #444C51 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB687681-
CMYK0.160.0600.68
HSL203.08º8.72%29.22%-
HSV(B)203.08º16.05%31.76%-
XYZ6.456.998.79-
YUV74.18131.85123.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.22%
GREEN value IS 76 (30.08% from 255) = 33.78%
BLUE value IS 81 (32.03% from 255) = 36%
R=30.22%
G=33.78%
B=36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6876810.160.0600.68203.088.7229.22
Hex444C51106044cb91d
Octal10411412120601043131135
Binary100010010011001010001100001100100010011001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444C51; }

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

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

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

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

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

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

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

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