#444D51

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

Shades of Atomic #444D51

Tints of Atomic #444D51

Color information

#444D51 (or 0x444D51) is unknown color: approx Atomic. HEX triplet: 44, 4D and 51. RGB value is (68,77,81). Sum of RGB (Red+Green+Blue) = 68+77+81=226 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.09% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 81 - color contains mainly: blue. Hex color #444D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444D51 is #BBB2AE. Grayscale: #4A4A4A. Windows color (decimal): -12300975 or 5328196. OLE color: 5328196.

HSL color Cylindrical-coordinate representation of color #444D51: hue angle of 198.46º 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 #444D51 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB687781-
CMYK0.160.0500.68
HSL198.46º8.72%29.22%-
HSV(B)198.46º16.05%31.76%-
XYZ6.527.138.82-
YUV74.76131.52123.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.09%
GREEN value IS 77 (30.47% from 255) = 34.07%
BLUE value IS 81 (32.03% from 255) = 35.84%
R=30.09%
G=34.07%
B=35.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6877810.160.0500.68198.468.7229.22
Hex444D51105044c691d
Octal10411512120501043061135
Binary100010010011011010001100001010100010011000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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