#444F57

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

Shades of Atomic #444F57

Tints of Atomic #444F57

Color information

#444F57 (or 0x444F57) is unknown color: approx Atomic. HEX triplet: 44, 4F and 57. RGB value is (68,79,87). Sum of RGB (Red+Green+Blue) = 68+79+87=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 87 (34.38% from 255 or 37.18% from 234); Max value from RGB is 87 - color contains mainly: blue. Hex color #444F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444F57 is #BBB0A8. Grayscale: #4C4C4C. Windows color (decimal): -12300457 or 5721924. OLE color: 5721924.

HSL color Cylindrical-coordinate representation of color #444F57: hue angle of 205.26º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #444F57 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB687987-
CMYK0.220.0900.66
HSL205.26º12.26%30.39%-
HSV(B)205.26º21.84%34.12%-
XYZ6.97.5110.1-
YUV76.62133.86121.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.06%
GREEN value IS 79 (31.25% from 255) = 33.76%
BLUE value IS 87 (34.38% from 255) = 37.18%
R=29.06%
G=33.76%
B=37.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6879870.220.0900.66205.2612.2630.39
Hex444F57169042cdc1e
Octal104117127261101023151436
Binary1000100100111110101111011010010100001011001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,79,87); }

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

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

 a { background-color: rgb(68,79,87); }

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

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

 span { border-color: rgb(68,79,87); }

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